In Delphi, if I type "if" and a space, it automatically inserts a piece of code with a specific block of the if statement. I know that in Visual Studio I can insert a fragment, but I need to either right-click, or select “insert snippet”, or press CTRL-K and then CTRL-X.
Is there a way to configure Visual Studio to automatically insert a fragment, like Delphi does?
source
share