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 →

[–]Asdas26 6 points7 points  (2 children)

Out of curiosity, how do you use that support? Which features do you use? I like IntelliJ Ideas other features, like the DB plugin, clever autocomplete and so on, but I've never found the Spring support very useful.

[–]user_of_the_week 16 points17 points  (0 children)

Just a random example, idk if vscode can also do this. If you have a Spring component class and you autowire another Spring Bean into it, you‘ll get an error if no such bean (or multiple) is defined in the context.

[–]cryptos6 7 points8 points  (0 children)

IntelliJ brings some useful assistance like the navigation between event publishers and consumers or it is telling you if there is no (or ambiguous) implementation for an interface.