Logo
Explore Help
Sign In
hxuanyu/intellij-sdk-code-samples
1
0
Fork 0
You've already forked intellij-sdk-code-samples
mirror of https://github.com/JetBrains/intellij-sdk-code-samples.git synced 2025-07-28 09:17:50 +08:00
Code Issues Packages Projects Releases Wiki Activity
intellij-sdk-code-samples/tutorials/custom_language_support_tutorial.md
Yann Cébron 9d6f84256a Custom Language Tutorial: landing page
2019-04-12 17:29:25 +02:00

1.8 KiB
Raw Blame History

title
Custom Language Support Tutorial

In this tutorial we will add support for .properties language and its usages within Java code.

The final code can be found in the SamplePlugin repo on GitHub.

This a step-by-step tutorial and it requires performing every step:

  • 1. Prerequisites
  • 2. Language and File Type
  • 3. Grammar and Parser
  • 4. Lexer and Parser Definition
  • 5. Syntax Highlighter and Color Settings Page
  • 6. PSI Helpers and Utilities
  • 7. Annotator
  • 8. Line Marker Provider
  • 9. Completion Contributor
  • 10. Reference Contributor
  • 11. Find Usages Provider
  • 12. Folding Builder
  • 13. Go To Symbol Contributor
  • 14. Structure View Factory
  • 15. Formatter
  • 16. Code Style Settings
  • 17. Commenter
  • 18. Quick Fix
Powered by Gitea Version: 1.23.4 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API