When using Django REST framework, Bootstrap and specific CSS files are included. PyCharm automatically imports these for code completion popups, which can be confusing if you're using a different CSS framework. The constant appearance of Bootstrap autocomplete popups while trying to set CSS classes is not ideal.
Is there a method to disable code completion popups from specific CSS files?