Is it possible in netbeans to make CSS comments act as links inside a CSS file? for faster navigation inside the file...
e.g. clicking on "4. Media Queries" below would jump to e.g. line 687 of the css file
/* 1. Layout */
/* 2. Generic */
/* 3. Header & Footer */
/* 4. Media Queries */
/* ... */
thanks