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

[VSCode] Snippets doesn't show at the top #9

Open
cAstraea opened this issue Jun 8, 2017 · 1 comment
Open

[VSCode] Snippets doesn't show at the top #9

cAstraea opened this issue Jun 8, 2017 · 1 comment
Labels

Comments

@cAstraea
Copy link

cAstraea commented Jun 8, 2017

Hello, think I must disable something in VSCode ? But not sure what. Sometimes the shortcuts come first but sometimes visual code comes up with his own.

screen shot 2017-06-08 at 10 16 27

@tunnckoCore
Copy link
Owner

Hi! Yea, i faced that problem too. I touched something in settings to show snippets first.

That's my settings

{
    "workbench.colorTheme": "Sublime Material Theme - Dark",
    "files.autoSave": "onFocusChange",
    "files.insertFinalNewline": true,
    "files.trimTrailingWhitespace": true,
    "editor.tabSize": 2,
    "editor.formatOnSave": true,
    "editor.tabCompletion": true,
    "editor.quickSuggestions": true,
    "editor.acceptSuggestionOnEnter": true,
    "editor.wordBasedSuggestions": true,
    "editor.snippetSuggestions": "top",
    "editor.minimap.enabled": true,
    "editor.folding": false,
    "editor.rulers": [
        80,
        100
    ],
    "eslint.workingDirectories": [
        "./src"
    ],
    "eslint.autoFixOnSave": true,
    "docthis.automaticForBlockComments": false,
    "docthis.inferTypesFromNames": true,
    "prettier.singleQuote": true,
    "prettier.semi": false,
    "extensions.autoUpdate": true,
    "window.menuBarVisibility": "toggle",
    "workbench.welcome.enabled": false,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.statusBar.visible": true,
    "explorer.openEditors.visible": 0,
    "git.path": "/usr/bin/git",
    "[markdown]": {
        "files.trimTrailingWhitespace": false,
        "files.insertFinalNewline": false
    }
}

the important part is "editor.snippetSuggestions": "top"

Hope this help. I'll add it as note in the readme soon :)

@tunnckoCore tunnckoCore reopened this Jun 8, 2017
@tunnckoCore tunnckoCore changed the title How to use ? :) [VSCode] Snippets doesn't show at the top Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants