This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257017

Summary: Please add feature to introduce, mixins, variables etc.
Product: web Reporter: Christian Lenz <chrizzly>
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2015-12-07 10:17:47 UTC
In Other languages like PHP, JS, Java and so on you can select a piece of code hit alt + enter and you got a editor hint to introduce variable, sourround it with if, try, introduce function and so on.

It would be very nice, if we can have this feature to less and sass. Select a piece of code inside a selector, hit alt + enter and you got a hint with for example:

introduce mixin, function, variable.
surround with class, tag, id.

This would be very handy.


Regards

Chris