Skip to content

Disable completion by file extension #232

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

Closed
guillenotfound opened this issue Jan 1, 2020 · 2 comments
Closed

Disable completion by file extension #232

guillenotfound opened this issue Jan 1, 2020 · 2 comments

Comments

@guillenotfound
Copy link

guillenotfound commented Jan 1, 2020

It would be really useful to disable class completion by file extension, having useless suggestions doesn't help at all...

This is a test:
image

And I'm getting all tailwind suggestion, I now I can disable with:

"[javascript]": {
    "editor.suggest.showVariables": false
  },

But it I won't be able to get variables that in fact I use...

@guillenotfound guillenotfound changed the title Disable completion by extension Disable completion by file extension Jan 7, 2020
@IslombekHasan
Copy link

I'm having this issue too. I'd love it to be fixed; it freaks me out sometimes.

@zignd
Copy link
Owner

zignd commented Mar 4, 2021

I believe you can use this feature that allows you to ignore files matching a pattern: https://github.com/zignd/HTML-CSS-Class-Completion#folders-and-files

@zignd zignd closed this as completed Mar 4, 2021
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

3 participants