How to disable imported css code completion?
已回答
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.
请先登录再写评论。
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.