monkey-source
go-lang-idea-plugin
monkey-source | go-lang-idea-plugin | |
---|---|---|
2 | 3 | |
0 | 4,553 | |
- | 0.0% | |
2.6 | 0.0 | |
over 3 years ago | almost 7 years ago | |
Go | Java | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
monkey-source
-
How to write your own language plugin for IDEA (part 2)
In the previous article, I showed the process of creating a framework for a language plugin. Well-known plugins for Java, go, Frege were used as examples. There are also examples from the plugin for the Monkey language, which I developed while I was figuring out how everything works. Since my goal was not to cover everything, the plugin covers a limited subset of the language. The interpreter for Monkey can be found here.
-
How to write your own language plugin for IDEA (part 1)
I am working as a backend-developer, and sometimes I am tired of work routine. Deeping into some opensource helps me and I really keen on Jetbrains' product and IDEA. IDEA can be customized with plugins, which you can write yourself. The most part of IDEA's code is open-source. Developers from Jetbrains always help you to make pull request and improve your main tool. I already have the article about how to write a small plugin with one inspection. But if you want to understand how IDEA works, you should try to write a language plugin. Let's do this. As a "guinea pig" we will take the simple language - Monkey, the interpreter and compiler for it is described in the books on Golang. Since my goal was not to cover everything, the plugin covers some limited subset of this language. The interpreter can be found here.
go-lang-idea-plugin
-
CLion Is Now Free for Non-Commercial Use
Since the Goland plugin and then IDE arrived, they torpedoed the prior Golang plugin but it still exists and is Apache 2 https://github.com/go-lang-plugin-org/go-lang-idea-plugin/bl...
I don't recall offhand what features it does or doesn't support, and certainly not GOMODULES et al but just FYI
They did a similar "fuck you" to the Terraform plugin <https://github.com/VladRassokhin/intellij-hcl/blob/v0.6.14/L...> when they hired the developer and then made the built-in Terraform functionality basically abandonware :fu:
And then, in some extra weird behavior, they have CloudFormation still in the open <https://github.com/JetBrains/intellij-plugins/tree/idea/251....> but mysteriously it, too, is basically abandonware. Or maybe they're expecting the community to chip in and fix the bugs <https://youtrack.jetbrains.com/issues?q=subsystem:%20%7BLang...>. I dunno.
-
How to write your own language plugin for IDEA (part 1)
go-plugin (now this plugin is known as Goland)
-
How to write your own language plugin for IDEA (part 2)
In the previous article, I showed the process of creating a framework for a language plugin. Well-known plugins for Java, go, Frege were used as examples. There are also examples from the plugin for the Monkey language, which I developed while I was figuring out how everything works. Since my goal was not to cover everything, the plugin covers a limited subset of the language. The interpreter for Monkey can be found here.
What are some alternatives?
intellij-frege - IntelliJ IDEA plugin for Frege language
coc-go - Go language server extension using gopls for coc.nvim.
intellij-platform-plugin-template - Template repository for creating plugins for IntelliJ Platform
go-plus - An Enhanced Go Experience For The Atom Editor
monkey-plugin
GoSublime - A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.