Skip to content
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

Closed
mjbvz opened this issue Apr 17, 2019 · 6 comments
Closed

`command 'emmet.expandAbbreviation' not found #72507

mjbvz opened this issue Apr 17, 2019 · 6 comments
Assignees
Labels
emmet Emmet related issues info-needed Issue requires more information from poster

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Apr 17, 2019

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)

@vscodebot vscodebot bot added the emmet Emmet related issues label Apr 17, 2019
@mjbvz mjbvz changed the title I am having issues with auto completion as well. It first noticed it sometime last week. command 'emmet.expandAbbreviation' not found Apr 17, 2019
@mjbvz
Copy link
Collaborator Author

mjbvz commented Apr 17, 2019

@osogrizz Please share your vscode version and installed extensions.

/needsMoreInfo

@vscodebot vscodebot bot added the info-needed Issue requires more information from poster label Apr 17, 2019
@vscodebot
Copy link

vscodebot bot commented Apr 17, 2019

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!

@mjbvz mjbvz changed the title command 'emmet.expandAbbreviation' not found `command 'emmet.expandAbbreviation' not found Apr 17, 2019
@osogrizz
Copy link

The issue apparently was fixed with the last update.

"emmet.expandAbbreviation": seems to have been deprecated.

Flagging "emmet.triggerExpansionOnTab": back to true functions now. My tab key functions normally as well at all times.

@octref octref closed this as completed Apr 22, 2019
@lacivert
Copy link

lacivert commented May 8, 2019

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:

command 'emmet.expandAbbreviation' not found

setting.json is;

{
    "git.autofetch": true,
    "emmet.triggerExpansionOnTab": true,
    "files.autoSave": "afterDelay",
    "workbench.colorTheme": "Visual Studio Light",
    "colorInfo.languages": [
        {
            "selector": "css",
            "colors": "css"
        },
        {
            "selector": "sass",
            "colors": "css"
        },
        {
            "selector": "scss",
            "colors": "css"
        },
        {
            "selector": "less",
            "colors": "css"
        },
        {
            "selector": "javascript",
            "colors": "css"
        }
    ],
    "files.autoSaveDelay": 5000,
    "java.home": "/path/to/openjdk64-11.0.1",
    "editor.tabSize": 2,
    "editor.detectIndentation": false,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "[javascript]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[json]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[html]": {
      "editor.defaultFormatter": "esbenp.prettier-vscode"
    }
}

image

@plaporte
Copy link

plaporte commented Jun 6, 2019

Same issue happening to me.

@ramya-rao-a
Copy link
Contributor

@lacivert and @plaporte Can you share the keyboard settings that you may have customized?

@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
emmet Emmet related issues info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

6 participants