-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
devexp-lspIssues with analysis server's support of Language Server ProtocolIssues with analysis server's support of Language Server Protocollegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.
Description
CC: @DanTup
I am attempting to make my vs code theme more like android studio. However I cannot customize constructor use of classes. VS Code highlights anything that is a class whereas android studio has different colors for class used as type definition and classes that are used as constructors (initialized).
Proposal: add a modifier to class for constructor use: "class.constructor"
Currently the interpreter is assigning any use of a class to the "class" semantic token type:

Metadata
Metadata
Assignees
Labels
devexp-lspIssues with analysis server's support of Language Server ProtocolIssues with analysis server's support of Language Server Protocollegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.

