When I begin to write type Visual Studio IDE and VSCode show not only the C# types but .Net types also (i.e: int - Int16, byte - Byte):
Is it possible to hide .Net type intelliSense?
CodePudding user response:
Maybe this answer could help you: 
You can also choose not to show the structure when writing the type, but you need to select it manually after writing.



