Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semantic highlighting for expressions #79

Open
inosik opened this issue Apr 12, 2020 · 1 comment
Open

Semantic highlighting for expressions #79

inosik opened this issue Apr 12, 2020 · 1 comment

Comments

@inosik
Copy link
Contributor

inosik commented Apr 12, 2020

VSCode 1.44 allows language servers to provide semantic highlighting. It would be nice if this extension did this as well for things like Conditions or other expressions. See for example DeltaXML/vscode-xslt-tokenizer, which does this for XSLT.

@tintoy
Copy link
Owner

tintoy commented Apr 12, 2020

Cool idea - we do some language server stuff for MSBuild expressions if the file’s language is MSBuild (rather than XML) but I think we’d need to use a newer version of the LSP framework to add support for newer LSP features. May not be trivial to implement but I’ll look into it and see what’s involved :)

@DoctorKrolic DoctorKrolic transferred this issue from tintoy/msbuild-project-tools-vscode Nov 13, 2023
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

No branches or pull requests

2 participants