question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parameter info doesn't show up

See original GitHub issue

Hi,

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:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Varkalcommented, Aug 5, 2018

Support for SassDoc should be very a very useful feature

The documentation is here

2reactions
dehghani-mehdicommented, Nov 29, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found