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

IDE Support #2

Open
Plecra opened this issue Oct 7, 2020 · 1 comment
Open

IDE Support #2

Plecra opened this issue Oct 7, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Plecra
Copy link

Plecra commented Oct 7, 2020

It'd be great to provide first-party syntax highlighting, along with some simple plugins for the popular editors. I think it goes a long way to making development feel first class.

Beyond that intellisense (LSP support) would be amazing, though I expect it's out of scope

@Inky-developer
Copy link
Owner

LSP support is a long-term goal if enough people are interest in this project.
I think the easiest solution for a language server is to integrate it into the compiler or as a plugin for the compiler. To make this possible, the compiler should be very modular.
In the short term, I plan to add basic syntax highlighting for vscode, which is also quite good in combination with a good documentation I think.

@Inky-developer Inky-developer added the enhancement New feature or request label Oct 8, 2020
@Inky-developer Inky-developer added this to the Version 0.2 milestone Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants