For those that dont know, JetBrains updated its plugin. Now it works with the latest version of their software and also they render Nim types in the debugger. I think it's the first editor to date that does it. There is no integration with NimSuggest yet, but they say it's coming.
Here is the link to the plugin https://plugins.jetbrains.com/plugin/15128-nim
And here is a link to the announcement. I think we should show some love and RT it so they see there are people interested
https://twitter.com/PiotrekTomiak/status/1593237584159076352
I personally don't have Twitter. This is great news. I really like using Pycharm IDE sometimes for its very good auto-completion, debugger, integrated docs.
I fell in love with vim which will never be replaced for its complete CLI integration, particularly useful to code on SSH server with no X forwarding. Yes there is NeoVim too, but I do not want to learn Lua to tinker with my editor. Vim has some features with the language server protocol and nimsuggest that combines well with ALE or syntastic. Yet, I never managed to configure a good completion, and that jetbrains can offer this on the get-go with (one of) their editor(s) will help to develop our community.
Thanks for sharing.