matthiasblaesing commented on issue #6175:
URL: https://github.com/apache/netbeans/issues/6175#issuecomment-1629742142
So what I mean by steps to reproduce is this:
1. Start NetBeans with a clean userdir (I run on linux from zip with:
`bin/netbeans-18/bin/netbeans --userdir csstest --cachedir csstest`)
2. Create a new HTML5 Project: File -> New Project, Choose Category
"HTML5/Javascript", select "HTML5/JS Application" and then "Next"
3. Wait until the feature is activated
4. Accept defaults by pressing "Finish"
5. Create a new file `test.css` in the `Site Root` folder:
```css
.error {
color: firebrick;
}
.ok {
color: darkgreen;
}
```
6. Open the pre-generated file `index.html`
7. Insert an empty line after the last `metatag` and fill it with:
```html
<link href="test.css" rel="stylesheet" />
```
8. Place caret behind the `div` of the `div`-Element in the body and enter `
class="`
9. Call code completion (CTRL+Space)
This is what I get:

This looks ok to me.
The steps don't need to be like that, if you have a project you can share or
better a minimal project, that only contains required parts, and can tell me
how to reproduce the problem it is ok too. Essentially a packed project will
eliminate the setup steps.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists