- ANTLR 4.x
- Advanced Syntax Highlighting (even for target language)
- Automatic Code Generation (on save)
- Manual Code Generation (through External Tools menu)
- Code Formatter (Ctrl+Shift+F)
- Syntax Diagrams as HTML
- Live Parse Tree evaluation
- Advanced Rule Navigation between files (F3 or Ctrl+Click over a rule)
- Quick fixes
Categories: Editor, IDE, Programming Languages
Tags: antlr antlr4 antlrv4 v4
Additional Details
Eclipse Versions: 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Edgar Espina
Development Status: Beta
Date Created: Tuesday, December 9, 2014 - 09:04
License: EPL
Date Updated: Friday, January 15, 2021 - 10:11
Submitted by: Edgar Espina
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2025 | 196/640 | 74 | 12 |
December 2024 | 177/654 | 110 | 7 |
November 2024 | 156/658 | 165 | 9 |
October 2024 | 145/663 | 190 | 10 |
September 2024 | 118/642 | 237 | 16 |
August 2024 | 114/641 | 215 | 20 |
July 2024 | 125/663 | 213 | 14 |
June 2024 | 184/681 | 120 | 9 |
May 2024 | 165/682 | 166 | 19 |
April 2024 | 158/687 | 184 | 10 |
March 2024 | 156/694 | 194 | 6 |
February 2024 | 133/687 | 226 | 11 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 39
Count | Error Message |
---|---|
39 | Cannot complete the install because one or more required items could not be… |
Reviews Add new review
Checking visitor property doesn't work
Submitted by Randy Moore on Thu, 03/25/2021 - 20:41
I experimented with this plugin on Windows 10, running Eclipse 2020 | 12 on Java 15 and with antlr 4.9.2. It did not take too long to get up and running, but I ran into a problem when configuring the Project specific property for generating visitor code. It always seems to generate -no-visitor on the command line, so no Visitor code is generated. Is this a bug or operator error?
Angle ide
Submitted by Chester John on Fri, 08/03/2018 - 09:59
This works great except the ordering of Antlr compiles within a project. In my case I have an expression grammer, a token grammer and several top level grammers that depend on them.
The correct order is the tokinizer, the expression grammmer and then the rest. This isn't usually the order they are compiled in, so errors occur.
One of two things is needed: either the order is determined by a prescan to look for imports etc or a way of manually setting the order.
By the I love the tool