[Documentation] Developing Custom Language Plugins for IntelliJ IDEA
Hi guys,
I am currently following the documentation here which mentions "The information in this document has been updated to cover the API changes and new features of IntelliJ IDEA 11."
Are there any notable/interesting features released under IJ 12/13 in this area?
Also, as a heads-up the link Example: CompletionContributor for completing keywords in MANIFEST.MF files is non-existant within the current documentation - I did not have the access rights to update this information myself :)
Cheers
请先登录再写评论。
Link fixed, thanks.
New stuff relevant for custom languages:
- Rearranger
- suppress formatting by region http://youtrack.jetbrains.com/issue/IDEA-56995
- ReferenceInjector
- enhanced color scheme management http://confluence.jetbrains.com/pages/viewpage.action?pageId=49463468
and probably much more...
Please watch http://youtrack.jetbrains.com/issue/IDEA-116819 for progress
Brilliant; Thanks Yann!