web-mode icon indicating copy to clipboard operation
web-mode copied to clipboard

web template editing mode for emacs

Results 63 web-mode issues
Sort by recently updated
recently updated
newest added

https://edge.adonisjs.com/

feature request

I have addressed the following [issue to evil-nerd-commenter project](https://github.com/redguardtoo/evil-nerd-commenter/issues/119), but it seems web-mode problem. When I try to uncomment something like ``` /* db.getCollectionNames().forEach(function (n) { * let m =...

- adds commonly used `multiple-cursor` command to the defaults. This makes it more user friendly overall I believe.

I was pumped to see `web-mode-enable-literal-interpolation` in the latest release. I love web-mode and live by it. Thank you for your contributions to the Emacs community. 🙏 I think I...

I have a nodejs script which I'd like to edit as per my other javascript, in `web-mode`. The script has no `.js` suffix - i.e. it's called `myscript` rather than...

Current web-mode doesn't use `lexical-binding` According to the docstring of `lexical-binding` ``` Non-nil means that the code in the current buffer should be evaluated with lexical binding. This variable is...

This way, we can replace the default expanders by custom ones.

This is an older issue that was closed: #904 I'm using `web-mode` together with `.tsx` files. I'm working on a new project where there are ESLint comments in JSX nodes....

Here's a minimal repro ```jsx import React from "react"; import store from "./Store"; import Task from "./Task"; import { observer } from "mobx-react"; import "mobx-react-lite/batchingForReactDom"; const App = observer(() =>...

jsx