lukas-tr / vscode-materialdesignicons-intellisense

Provides intellisense, search and hover preview for Material Design Icons
https://marketplace.visualstudio.com/items?itemName=lukas-tr.materialdesignicons-intellisense
MIT License
35 stars 7 forks source link

Ability to exclude files/paths from intellisense #23

Closed sullyD64 closed 2 years ago

sullyD64 commented 2 years ago

Thanks for the hard work! I'm currently using the extension and enjoying it a lot. I think it would be nice to add an option to exclude certain files from checking for icon references to avoid some false negative cases, such as the one I have in this config file for a quasar project:

immagine

I don't think a prettier/eslint-like disable-by-commenting feature would be useful for this extension, but IMHO the ability to ignore certain files/paths is a fine feature.

lukas-tr commented 2 years ago

Good idea, I'll add the option to ignore files.

lukas-tr commented 2 years ago

You can ignore paths with materialdesigniconsIntellisense.linter.ignorePaths after I publish the new version.