antkorwin / better-strings

Java String Interpolation Plugin
Apache License 2.0
98 stars 8 forks source link

[Feature request] IntelliJ plugin #4

Open PawelLipski opened 4 years ago

PawelLipski commented 4 years ago

Currently while using better-strings I can see the support is missing for at least two reasons:

antkorwin commented 4 years ago

oh yeah! I agree with you, the IntelliJ IDEA plugin is mandatory to comfortable using this tool.

I'll try to find time to do it.
Unfortunately, I have not enough experience in writing InteliJIdea plugins. I will be glad any helps.

antkorwin commented 4 years ago

@PawelLipski thank you very much for the feedback!

PawelLipski commented 4 years ago

@antkorwin I think you can use our work in http://github.com/VirtusLab/git-machete-intellij-plugin/ as a general plugin template... although TTBT that's a different type of plugin. It only deals with git history, taking no interest in source code at all as opposed to your use case; also, ours has/is going to have quite complex UI, while yours would likely require none.

PawelLipski commented 4 years ago

Btw I think once the basic IntelliJ support is ready, I can spread the word of this project in our company (https://github.com/VirtusLab), we've got quite a few Java devs

antkorwin commented 4 years ago

I think you can use our work in http://github.com/VirtusLab/git-machete-intellij-plugin/ as a general plugin template... although TTBT that's a different type of plugin.

pretty interesting, I'will research =)

I can spread the word of this project in our company (https://github.com/VirtusLab), we've got quite a few Java devs

Wow, sounds great!