atom-ide-vue
atom-ide-vue copied to clipboard
Emmet spawning text
Hi! Firstly, thanks for this extension ;) I'm experiencing an issue when I'm tapping some markup in the part of a *.vue file
Let met explain:
For example, if I want to spawn a <a href=""></a>
with emmet, it will spawn this
<a href="${1}">${0}</a>
It's a bit annoying because I have to manually remove those '${x}'. I think it's edit points of emmet that allows us to fastly jump between those parts. Do you know how to fix this? Thanks
EDIT: My list of installed packages (in case it's usefull): ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] (disabled) ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected] (disabled)