-
Notifications
You must be signed in to change notification settings - Fork 57
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
An extension for VSCode for syntax highlighting #64
Comments
And maybe for IntelliJ as well |
I started developing the VSCode extension. |
I added syntax highlighting for SciTE, my favorite editor for Windows/Mac/Linux. |
@pfusik Planning on plugin for JetBrains IDE? |
@pfusik Do you have it open source? |
@danon There's no IntelliJ-specific code yet. The cito parser is mostly ported to Ć and the plan is to finish this transition, transpile the parser to Java and then provide IntelliJ integration. |
Are there any plans to publish the extension to Open VSX Registry? It would make the extension easily available on VSCode-derived editors (like VSCodium). |
I wasn't aware of Open VSX Registry. Published now - please test! I also added syntax highlighting for Visual Studio (non-Code) and Vim: https://github.com/fusionlanguage/fut/blob/master/doc/editors.md |
This is so cool. I really need the auto-completion function. Is it in progress? |
Eric Lippert estimated C# auto-completion at 10 man-years. :) |
I think perhaps just providing auto-completion of type names, field names, and method names is enough to greatly improve development efficiency. |
What other auto-completions are there? |
I think there may also be local variables, function signatures (parameters), context-aware keywords, statement completion etc. (perhaps my description is not professional enough). |
Tried it out, seems to work just fine. Thank you very much! |
I'm open to feedback on the VSCode extension as I'm not using VSCode personally. What works well, what needs to be added (aside from auto-completion, which is high-priority) ? Any bugs? |
No description provided.
The text was updated successfully, but these errors were encountered: