microsoft / microsoft/vscode-css-languageservice

Hover does not show information about local symbols without CTRL

Open
#199 2 comments 0 reactions 1 assignee View on GitHub

@aeschli is already working on this.

Since May 14, 2020.

feature-request help wanted
Dominant language
TypeScript
Stars
384
Forks
217
Avg merge
3d 16h
Merged PRs (30d)
14

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.