Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using JavaCC

...

The original Rust plugin can be found here. It was written in JavaCC for NetBeans 8.2. A clone that can be installed in Apache NetBeans 16 can be found here.

...

Language Feature SupportStatus
File type recognitionX
Project typeX
Semantic syntax highlightingX
FormattingX
Braces matchingX
Error Hints/Fixes/Suggestions
Code completion
Code templates
Refactoring
Debugging


Using ANTLR4

...

Antonio Vieiro started development of a new Rust plugin based on latest ANTLR4 and LSP technologies. You can build it using JDK 11 or later and the .

  • Build command:

...

  • ant -Dcluster.config=rust

...

  • Execute: nbbuild/netbeans/bin/netbeans


X
Language Feature SupportStatus
File type recognitionX
Project type

X

Semantic syntax highlightingX
FormattingX
Braces matchingX
Error Hints/Fixes/Suggestions
Code completion
Code templates
Refactoring
Debugging

...