Replies: 3 comments 3 replies
-
I'm definitely with you, I would suggest to convert this ticket into a discussion before it will be closed as not planned |
Beta Was this translation helpful? Give feedback.
1 reply
-
Something like this is already possible in Eclipse. Please have a look: Free version: https://www.liclipse.com/text/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
@iahung2 it is not hard to find samples, it is had to find people to do the actual work, design support and most importantly maintain it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Netbeans as a code editor, inspired by code editors such as Lite XL, Sublime Text,...
Use case/motivation
A plugin to transform Netbeans into a code editor. It will make adding support for new languages much easier. Add syntax highlighting. Setup rules to build, run, and debug. Setup LSP. And done. Pretty much the same procedure as on code editors like Lite XL, Sublime Text,...
Currently, adding support for new languages is more involved. Adding syntax highlighting is easy. But setting up basic editing features of a code editor like auto-indent, braces matching, code folding, etc. still requires you to dive into Java code. Modern code editors make this very easy. And, most of the time, you need to write no code at all. You will pretty much mess with configuration files, and most of the time, you can do this via a graphical frontend.
Related issues
No
Are you willing to submit a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions