Skip to content

Hover does not show information about local symbols without CTRL #199

Open
@mrmlnc

Description

@mrmlnc

Hello, I'm the maintainer of the vscode-scss plugin.

As part of the plugin update, I want to disable IntelliSense providers for the current file. This is necessary in order to not show duplicate symbols in the tooltips (completion, hover, …). Maybe you can suggest something else?

I found that Hover does not display information about the current symbol. Just take a look at the example below:

@mixin mixin($a: 1, $b) {
	content: 'mixin';
}

@function function() {
	@return 1;
}

$variable: 1;

.test {
  content: $variable + function();

  @include mixin();
}

Are you considering adapt the logic of my plugin or TypeScript for this service?

Without/With CTRL (without vscode-scss)

Annotation 2019-11-29 092800

Annotation 2019-11-29 0928001

With vscode-scss

Annotation 2019-11-29 093242

TypeScript example (without/with CTRL)

Annotation 2019-11-29 0928002

Annotation 2019-11-29 0928003

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunities

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions