Parameter info doesn't show up
See original GitHub issueHi,
Thanks for vscode-scss
, I don’t know it’s a bug or missed feature, but the parameter info/description for mixin
doesn’t show up.
For example:
/// Change body's color
///
/// @access public
///
/// @param {String} $color
/// color code/name
///
@mixin test($color) {
body {
color: $color;
}
}
The comment that I wrote for $color
or mixin itself doesn’t show up when I want to use it.
Thanks again.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:5 (1 by maintainers)
Top Results From Across the Web
parameter info doesn't work : IDEA-277586 - YouTrack
Pressing "Ctrl+P" or going through actions and running the "Parameter Info" action doesn't seem to do anything - no popup with the parameter...
Read more >"View Parameter Info" feature not working in InteliJ IDEA
Whenever I'm trying to bring up parameter info of a method while coding, nothing shows up. Pressing Ctrl + p , binding the...
Read more >IntelliSense doesn't show parameter information for constexpr ...
When calling a constexpr constructor where all parameters have default arguments, IntelliSense will not show parameter information; even when using the ...
Read more >IntelliSense in Visual Studio - Microsoft Learn
IntelliSense is a code-completion aid that includes a number of features: List Members, Parameter Info, Quick Info, and Complete Word.
Read more >Please do not display "Preparing parameter info..." popup ...
It is displayed during preparing a parameter info which blocks the UI. It means that analysis is just too slow in your case,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Support for SassDoc should be very a very useful feature
The documentation is here
I could not find any official docs about that, but popular libraries like
Bourbon
use this syntax.Update:
I found this: https://github.com/SassDoc/sassdoc/issues/15