[ 
https://issues.apache.org/jira/browse/NETBEANS-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878647#comment-16878647
 ] 

Pavel Selivanov commented on NETBEANS-2763:
-------------------------------------------

No difference in css besides bootstrap.css is 10k lines, and my style.css is 30 
lines long, both exists locally of course.

Test project structure is simple:

/index.html

/css/bootstrap.css

/css/style.css

/js/app.js

 

I have some id's and classes in index.html and style.css and autocompletion 
works for them, like when I'm editing style.css I can autocomplete class, that 
doesn't exist in style.css but exist in index.html, and vice versa.

 

But I can's autocomplete classes from bootstrap.css. Of course, if I manually 
add, for example, .text-center to html, I'll be able to autocomplete this class 
it in both index.html and style.css, but I won't be able to autocomplete 
.text-right, .text-left etc.

> css autocompletion not working
> ------------------------------
>
>                 Key: NETBEANS-2763
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2763
>             Project: NetBeans
>          Issue Type: Bug
>         Environment: 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)
>            Reporter: Pavel Selivanov
>            Priority: Major
>         Attachments: Screen Shot 2019-07-04 at 14.11.30.png
>
>
> 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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to