top | item 25139710

(no title)

drampelt | 5 years ago

Does anyone have any tips or resources for getting more out of the Jetbrains IDEs? I've been using them for years but I still feel like there's so much I'm not taking advantage of.

discuss

order

darekkay|5 years ago

Start with going through the settings [1]. You will learn some new things along the way.

There's also a great WebStorm Guide [2], with many tips applicable to other languages as well.

[1] https://darekkay.com/blog/intellij-idea-settings/

[2] https://www.jetbrains.com/webstorm/guide/

markus_zhang|5 years ago

Thanks, I'm wondering if there are more tutorials about writing plugins. There are a few shortcuts that do not exist and I'd love to implement with a plugin.

paulie_a|5 years ago

My personal favorite is "find usages". You can destroy dead code which makes life a bit better in a large codebase. The pretty basic auto refactor is also nice

It seems like there are just a lot of those small things you get used to that are really nice