+1 For JetBrains products. Possibly the only piece of software that I happily pay the yearly renewal on.
I use PHPStorm and DataGrip on a daily professional basis. I use PyCharm (CE) and CLion for side projects.
> P.S. My only issue with it is that writing plugins for it is kinda hard. Since it is so extendable it's only expected that programmers would want to extend it with their own plugins
Out of curiosity, what kind of plugins do you (want to) write?
> Out of curiosity, what kind of plugins do you (want to) write?
I wanted to write a plugin to enhance Vuejs (auto import mixins, etc). The current vue plugin is good lacks a few features which I wanted to fix but I couldn't figure it out.
There are tutorials done by the Jetbrains ceo himself but I think they are outdated now. It was supposed to be a fun weekend project but due to the disorganised nature of the plugin docs I really couldn't make any progress, especially because i found testing my plugin really hard.
I use PHPStorm and DataGrip on a daily professional basis. I use PyCharm (CE) and CLion for side projects.
> P.S. My only issue with it is that writing plugins for it is kinda hard. Since it is so extendable it's only expected that programmers would want to extend it with their own plugins
Out of curiosity, what kind of plugins do you (want to) write?