How to write your own language plugin for IDEA (part 1)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • intellij-rainbow-brackets

    🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio/Fleet

  • The class implements the interface - com.intellij.CodeInsight.daemon.impl.HighlightVisitor. The implementation can be viewed here. The coloring takes place in the com.github.izhangzhihao.rainbow.brackets method.visitor.RainbowHighlightVisitor#setHighlightInfo

  • intellij-community

    IntelliJ IDEA Community Edition & IntelliJ Platform

  • Java (in the code of IDEA)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • go-lang-idea-plugin

    Google Go language IDE built using the IntelliJ Platform

  • go-plugin (now this plugin is known as Goland)

  • intellij-haskforce

    Haskell plugin for IntelliJ IDEA

  • Haskell

  • intellij-erlang

    Erlang IDE

  • Erlang

  • monkey-plugin

  • Monkey plugin (in this article)

  • intellij-frege

    IntelliJ IDEA plugin for Frege language

  • It is required to declare a new language (examples in go-plugin, frege, monkey)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Grammar-Kit

    Grammar files support & parser/PSI generation for IntelliJ IDEA

  • In IDEA, code generation by the GrammarKit plugin is mainly used to create a parser. Unfortunately, there is not much documentation about it and it is only presented in Tutorial and HOWTO.

  • JFlex

    The fast scanner generator for Javaâ„¢ with full Unicode support

  • Perhaps, the easiest way to create a lexer for IDEA is to use JFlex. The GrammarKit plugin already contains implementation and allows you to generate a lexer from .bnf file or from .flex file (with more customization options). An example for the Monkey language can be viewed here, a more complex one for Frege - here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • After a few attempts I'm officially a programmer :^)

    2 projects | /r/ProgrammerHumor | 5 Dec 2022
  • Java Decompiler Gui

    4 projects | /r/java | 25 Jun 2022
  • How to write your own language plugin for IDEA (part 2)

    6 projects | dev.to | 26 Apr 2022
  • JetBrains’ Statement on Ukraine

    3 projects | /r/programming | 11 Mar 2022
  • Revisiting Java in 2021 – Part II

    3 projects | news.ycombinator.com | 19 Sep 2021