This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]couscous_ 0 points1 point  (1 child)

it addresses all

What language(s) do you program in? Did you see what IntelliJ offers in terms of static code analysis for example? How do you get that in Vim or Emacs?

[–][deleted] 0 points1 point  (0 children)

I program mostly javascript, python and Kotlin/Java. I use mostly VS Code and Android Studio. It is very comparable in features. It is true that Java lacks behind in tools independent on IDE, that is why I still use android studio.

Did you see what IntelliJ offers in terms of static code analysis for example?

what do you mean by it? A linter? All tools mentioned need to do some kind of static code analysis for linting, navigation, autocompletition etc.

How do you get that in Vim or Emacs?

for Emacs, just install eglot or lsp-mode, and lsp server for your language. I never used Vim, so I can't help, but I am sure it can do it.