-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`command 'emmet.expandAbbreviation' not found #72507
Comments
command 'emmet.expandAbbreviation' not found
@osogrizz Please share your vscode version and installed extensions. /needsMoreInfo |
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
command 'emmet.expandAbbreviation' not found
The issue apparently was fixed with the last update.
Flagging |
I am having this issue as well. I am using 1.33.1 (up to date), it does not put a normal tab (two spaces indentation) on a .js file, just nothing happens on the code and this error shows at right bottom:
setting.json is;
|
Same issue happening to me. |
I am having issues with auto completion as well. It first noticed it sometime last week.
Expected: Pressing tab either tabs 4 spaces or auto completes inputed text.
Results: Tab key does not function at all. No spaces added. No auto complete. Instead I receive error:
command 'emmet.expandAbbreviation' not found
One note, if I set
emmet.expandAbbreviation: false
, my tab key works again (adding spaces). I don't receive any errors but obviously there is no auto complete functionality in that case.Also I am not seeing performance issues experienced in #71751.
These are my emmet settings:
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Atom One Dark",
"files.associations": {
"*.js": "javascript",
},
"emmet.showSuggestionsAsSnippets": true,
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"eslint.run": "onSave",
"diffEditor.ignoreTrimWhitespace": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": false,
"gitlens.hovers.enabled": false,
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"emmet.triggerExpansionOnTab": true,
"emmet.expandAbbreviation": true,
"breadcrumbs.enabled": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 100,
"edge.format.enable": true,
}
Originally posted by @osogrizz in #71805 (comment)
The text was updated successfully, but these errors were encountered: