AdamNiederer / AdamNiederer/vue-mode

Struggling to disable auto-quoting inside vue templates

Aperta
#95 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Emacs Lisp
Stelle
341
Fork
59
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi. I love your plugin, but I'm struggling with one of its features. (I'm not an emacs expert, so the solution isn't very obvious to me).

### Problem
When writing HTML templates, I often need to add quotes for HTML attributes. When I press the `"` key, `"` is inserted into the code. This feature is very frustrating and I'd like to disable it so that `"` is inserted instead.

### Attempted fix
I thought this might somehow be related to web-mode, so I tried [disabling auto-quoting](https://emacs.stackexchange.com/questions/28087/turn-off-auto-quotes-in-web-mode).
```
(setq web-mode-enable-auto-quoting nil)
```
This didn't work.

### Temporary workaround
I've been using `C-q "` to insert raw quotes.

### Conclusion
How do I disable this "auto quoting" feature in `vue-mode`?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.