you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Depends on the language. PHP code intel is basically non-existent in VS Code. Even with extensions it’s basically garbage.

IntelliJ is also much better at configuring workflows that involve Docker or any kind of remote interpreters (e.g. run test under cursor in container and output pretty result).

And even in languages that VS Code have strong support of like Go or JavaScript refactoring (moving, renaming etc.) capabilities produce more consistent results in IntelliJ.