VisualStudio
VisualStudio copied to clipboard
While creating parameterized constructor (in .NET), the suggestions are misbehaving and not letting user to write their code.
Where is the issues ? If created a simple webform, while creating constructor, while giving parameters its giving suggestions forcefully and not letting the user to write the code.
How to create this issues? create a simple webform, inside .aspx.cs file just below the namespace create a parameterized constructor(same with copy constructor)
More-
This is what happens when clicking to give parameters to the constructors-

It is the latest version of visual studio.