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 - No documenation for mixins
Summary: No documenation for mixins
Status: CLOSED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-24 14:01 UTC by Christian Lenz
Modified: 2018-09-28 07:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.