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

Snippets are suggested for .txt files #33

Open
shawnwildermuth opened this issue Dec 19, 2019 · 1 comment
Open

Snippets are suggested for .txt files #33

shawnwildermuth opened this issue Dec 19, 2019 · 1 comment

Comments

@shawnwildermuth
Copy link

I've had to disable the extension as it causes me a lot of problems when editing plain text files. Any way to add an option to turn suggestions off based on file type instead of just every file? I'll look at doing a PR for it.

@nmggithub
Copy link

I found a temporary workaround to add to settings.json that disables IntelliSense for all plain text files:

"[plaintext]": {
        "editor.quickSuggestions": {
            "other": false,
            "comments": false,
            "strings": false
        }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants