How to disable imported css code completion?

Answered

So if I install django rest framework, pycharm automatically import boostrap css files for code completion because rest framework has bootstrap files in it. The thing is, I don't want to use bootstrap and have other css framework on frontend and it's confusing me because whenever I try to give div classes, it pulls bootstrap completion although I don't want to use it.

2
2 comments
Official comment

Hello.

PyCharm does not have any way to exclude folder in site-libs now unfortunatelly, but you can create feature request: https://youtrack.jetbrains.com

Dealing with this EXACT issue 5 years later. Cluttering up all of my tailwind autocompletions. 

0

Please sign in to leave a comment.