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 258135

Summary: No documenation for mixins
Product: web Reporter: Christian Lenz <chrizzly>
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: CLOSED INVALID    
Severity: normal CC: tmysik
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2016-02-24 14:01:49 UTC
When I use a mixin:

@include test();

and test is defined like:

test($t, $b: green);
First I don't get an error, that I have to set $t parameter because this parameter is not optional and second, when I hover over the mixin or use the code completion, I don't have any documentation to see which parameters are required and which are optional. This is very needed, because of my compass grunt task brakes with the message that there is a value for $t missing.


Regards

Chris
Comment 1 Christian Lenz 2018-09-28 07:44:54 UTC
I will close it, because it will handled now at the JIRA board: https://issues.apache.org/jira/browse/NETBEANS-1312. Please discuss it there for further information.