LESS CSS Code Completion Follow
I installed bootstrap with bower, then marked my bower_component folder as a library. I reference the bootstrap less files from the bower_component install, and I don't get any less code completion.
If I move the less files out of the bower_component folder to a "non library" folder, I get code completion.
Should I file this as a bug? Is there a work around? Maybe its "as designed", since I probably don't want all the css/less assets in a library folder showing up in my code completion.
Please sign in to leave a comment.
Hello!
seems it's by design - javascript libraries are not used for LESS components resolving. If you think that this should be changed, please file a request to youtrack (http://youtrack.jetbrains.com/issues/WEB)