Intellij IDEA
#
Tips#
实现自定义语言插件- Custom Language Support Tutorial
- Language and File Type
- Syntax Highlighter and Color Settings Page
- Annotator
- Line Marker Provider
- Completion Contributor
- Reference Contributor
- Find Usages Provider
- Folding Builder
- Go To Symbol Contributor
- Structure View Factory
- Formatter
- Code Style Settings
- Commenter
- Quick Fix
#
Grammar-Kit- JetBrains/Grammar-Kit
- BNF 基于 PEG
- 使用 JFlex 做词法解析
- Antlr 生成 Psi
- antlr/jetbrains
- 提供 Antlr 到 Psi 的适配
- antlr/intellij-plugin-v4
- Antlr 的插件是基于 Antlr 实现的
- antlr/jetbrains