Eclipse-like behavior in Visual Studio

Is there anything to make Visual Studio look a bit like Eclipse in the default configuration? The Eclipse keyword would please me, at least I searched on the Internet, but all I found was moving in the opposite direction - making Eclipse behave like VS, which I don't want.

+4
source share
1 answer

You can try Resharper . This is a huge refactoring plugin. You can set the key bindings as you want. There are three default bindings - VS style, IntelliJ style and one more, don’t remember that.

+1
source

Source: https://habr.com/ru/post/1334331/


All Articles