palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 281 forks source link

feature request: semantic highlighting (textDocument_semanticTokens) #933

Closed smemsh closed 3 years ago

smemsh commented 3 years ago

Feature request to support textDocument_semanticTokens, now part of official LSP standard:

https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_semanticTokens

Personally I would use this with vim-lsp which has implemented support for it.

andfoy commented 3 years ago

Hi @smemsh, since Palantir stopped the maintenance of this repository, all active development has moved to https://github.com/python-lsp-server, could you please open an issue about this feature there?

Alexey-T commented 3 years ago

https://github.com/python-lsp-server - wrong URL.

andfoy commented 3 years ago

Sorry, https://github.com/python-lsp/python-lsp-server

smemsh commented 3 years ago

python-lsp/python-lsp-server#33