hollowtree / vscode-vue-snippets

A Vue.js 2 Snippets Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hollowtree.vue-snippets
96 stars 30 forks source link

Unable to get html completion at first #19

Closed guillenotfound closed 5 years ago

guillenotfound commented 5 years ago

If I have for example:

<div class></div>

and press crtl + space to display hints, I see

image

But I should be able to see HTML suggestions, I can do it by deleting the last s and pressing crtl + space again:

image

Of course I have full html completion if I disable the extension but I actually love it :)

hollowtree commented 5 years ago

I can't reproduce what you described. I just type class, without pressing crtl + space, class always appears at the top. gif

Could you list your settings and the extensions you have installed?

guillenotfound commented 5 years ago

Sure:

Zignd.html-css-class-completion
albymor.increment-selection
cdsama.shell-snippets
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
cssho.vscode-svgviewer
dakshmiglani.hex-to-rgba
dbaeumer.vscode-eslint
EditorConfig.EditorConfig
eg2.tslint
eg2.vscode-npm-script
eriklynd.json-tools
esbenp.prettier-vscode
felipecaputo.git-project-manager
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
formulahendry.code-runner
freakypie.code-python-isort
glen-84.sass-lint
hollowtree.vue-snippets
HookyQR.beautify
JakeWilson.vscode-placeholder-images
jolaleye.horizon-theme-vscode
magicstack.MagicPython
maximerouiller.slugify-vscode
mikestead.dotenv
mrmlnc.vscode-attrs-sorter
mrmlnc.vscode-scss
ms-kubernetes-tools.vscode-kubernetes-tools
ms-python.python
ms-vscode.Go
ms-vsliveshare.vsliveshare
msjsdiag.debugger-for-chrome
mubaidr.vuejs-extension-pack
octref.vetur
patbenatar.advanced-new-file
PeterJausovec.vscode-docker
PKief.material-icon-theme
redhat.vscode-yaml
robinbentley.sass-indented
sasa.vscode-sass-format
Shan.code-settings-sync
shanoor.vscode-nginx
shardulm94.trailing-spaces
shinnn.stylelint
sleistner.vscode-fileutils
teabyii.ayu
tombonnike.vscode-status-bar-format-toggle
VisualStudioExptTeam.vscodeintellicode
vscoss.vscode-ansible
wayou.vscode-todo-highlight
wholroyd.jinja
wix.vscode-import-cost
xabikos.JavaScriptSnippets
yzhang.markdown-all-in-one
zamerick.vscode-caddyfile-syntax
zhuangtongfa.Material-theme

Seems like enabling https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion breaks it, I don't know what could cause it, let me know if I can help :)

guillenotfound commented 5 years ago

Also: image

I think it shouldn't display those snippets..

hollowtree commented 5 years ago

Seems like this question caused by Zignd.html-css-class-completion, it reappears if i only enable Zignd.html-css-class-completion and disable other extensions then edit .html file, maybe you can try to see if it can be reproduced..