You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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):
├── atom-ide-ui@0.7.1
├── css-declaration-sorter@1.2.0
├── custom-folds@1.9.5
├── double-tag@1.1.0
├── emmet@2.4.3
├── file-icons@2.1.15
├── ide-css@0.2.0
├── ide-html@0.4.1
├── ide-json@0.1.0
├── ide-php@0.7.4
├── ide-typescript@0.7.2
├── ide-vue@0.1.8
├── js-hyperclick@1.12.2
├── language-gitignore@0.3.0
├── language-jenkinsfile@0.1.1
├── language-vue@0.23.1
├── linter@2.2.0 (disabled)
├── markdown-preview-plus@2.4.16
├── pigments@0.40.2
├── platformio-ide-terminal@2.8.0
├── prettier-atom@0.47.0
├── react@0.17.0
├── vue-hyperclick@0.2.0
└── vue2-autocomplete@0.1.0-alpha.4 (disabled)
The text was updated successfully, but these errors were encountered: