-1

I've seen a video here where a coder types "ctor" at 4:42, and the IDE automatically creates a constructor for him.

I tried to do the same, but for me, the IDE doesn't do that. IntelliSense does offer "ctor", but when I select it, nothing happens.

What is the trick that I'm missing?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
tmighty
  • 10,734
  • 21
  • 104
  • 218

1 Answers1

3

Can you please check your Code Snippets Manager (Ctrl + K, Ctrl + B) if there are Visual C# file in Csharp language?

Code Snippets Manager

Go to menu ToolsOptionsText EditorC#IntelliSense, under the Snippets behaviour section: Make sure "Always include snippets" is selected.

Danish
  • 497
  • 5
  • 14