camel-tooling / camel-language-server

The Apache Camel LSP server implementation
Apache License 2.0
48 stars 25 forks source link

Provide icons for variables in completion #33

Open apupier opened 6 years ago

apupier commented 6 years ago

not sure if it is based from the LSP or requires modification on client side

lhein commented 6 years ago

it requires changes on the clients...same with coloring and text styling.

apupier commented 6 years ago

it requires changes on the clients...

Can you point to the reference for that?

same with coloring and text styling.

Which coloring and styling? In the completion? Any references?

lhein commented 6 years ago

https://code.visualstudio.com/docs/extensionAPI/language-support#_syntax-highlighting https://code.visualstudio.com/docs/extensions/themes-snippets-colorizers https://code.visualstudio.com/docs/getstarted/theme-color-reference

VSCode uses TextMate themes to change the appearance of both the IDE controls/visuals and also the content visualization inside an editor.

For Icons its the same.