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

Start interacting with the IntelliJ Tooling API, by trying to inject the syntax colouring settings for xtc programmatically #136

Open
lagergren opened this issue Feb 16, 2024 · 0 comments

Comments

@lagergren
Copy link
Contributor

Right now there is an ugly-hack in bin, where you can run the script xtc2IDEA.sh (that only works on Mac), that copies bin/Ecstasy.xml, which is syntax highlighting settings and things like that over your local IntelliJ distribution.

This should be exactly what tooling api configuration is meant to do in IntelliJ, and we are going to need that entry point to implement a bridge to any language server implementation we are building that should work for IntelliJ.

So the feature request is investigate how to, and then implement, x syntax highlighting from the application of the xtc plugin to a project (or any entry point really), programmatically through supported APIs.

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

1 participant