Disable code completion suggestion from unrelated files.
So I'm using Vue 3 and Tailwind.
What I have also installed is Vue Devtools. The problem is that PHPStorm suggests me class names from Vue Devtools' stylesheet.
I've excluded the folder, but it's still showing. (Invalidated the caches too).
The suggestions shows here (along with other unneeded suggestions which I'd like to disable too):

Here you can see the file is in vite-plugin-vue-devtools folder (the contrast is horrible, I know):

And in Settings → Directories, I've excluded the whole folder, but it's still showing.

Why is it still suggesting it?
Please sign in to leave a comment.
Will it help if you exclude this file from indexing: right-click the .css file, select Override File Type, and then choose Plain text?
Also, this feature looks related: https://youtrack.jetbrains.com/issue/WEB-55663/Ability-to-exclude-specific-CSS-files-and-folders-from-CSS-class-code-completion.