Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Product Version: Apache NetBeans IDE 11.1
Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
Description
Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 project, added index.html, bootstrap 4.3.1 css and my own style.css plus some js.
I found that class/id completion in bootstrap.css is not working (though i don't see any errors neither in parsing nor in NB itself). Class and id completion in style.css is working for style.css and index.html (parser was able to work with these files). But nothing works with bootstrap.css (not even autocompletion for classes inside this file). So looks like NB silently fails to parse it. Please fix.
It's a clean NB 11.1 beta2 install, without importing plugins from previous NB versions. (just tested the same in beta3, still an issue)
Steps to reproduce:
- Download attached project: autocompletion_test.tar.gz
- Open the project
- Open the style.css
- Try to autocomplete any class.
Actual result: "No suggestions"
Expected result: "autocompletion provides some classes from bootstrap.css"
Update: still not working in NB 11.3 RC.
Attachments
Attachments
Issue Links
- links to