Skip to content

Conversation

@tonich-sh
Copy link

Currently is very slow.

@pappasam
Copy link
Owner

@tonich-sh to run the tests locally: make test

@tonich-sh
Copy link
Author

@tonich-sh to run the tests locally: make test

Ok, thanks.

@tonich-sh tonich-sh changed the title Semantic tokens support WIP: Semantic tokens support Feb 11, 2022
@pappasam
Copy link
Owner

Sorry for the late response (been distracted recently), I'll respond more quickly from here on out. I'm guessing we haven't-yet implemented a mechanism to expose these capabilities to language clients? When I run :call CocActionAsync('showSemanticHighlightInfo') in coc, it returns the following message:

Semantic highlights info

SemanticTokens provider not found, your languageserver may
not support it

I assume that, given the WIP label, you're still working on exposing that final piece?

@tonich-sh
Copy link
Author

tonich-sh commented Feb 17, 2022

I didn't tested this feature with coc, only with VSCode. In VSCode semantic tokens works.
There is another problem: vscode-python first calls SemanticTokens/full and then calls SemanticTokens/range. And I'm trying to make SemanticTokens/full asynchronous.

@pappasam
Copy link
Owner

👍 sounds good!

@pappasam
Copy link
Owner

Closing this for now due to inactivity, feel free to re-open if any more progress is made!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants