08-13-2022, 12:47 PM
This is default in Visual Studio and VSCode. I never found it annoying etc. Autocompletes when you type space, dot, semicolon, etc.
Could add this option, but then you would lose some good features of the code editor:
Func space -> Function() //don't need to press Enter and type (
Func ; -> Func(); //don't need to press Enter and type ();
Ty . -> Type. //don't need to press Enter
something , in arguments -> something, //don't need to press Enter
Could add this option, but then you would lose some good features of the code editor:
Func space -> Function() //don't need to press Enter and type (
Func ; -> Func(); //don't need to press Enter and type ();
Ty . -> Type. //don't need to press Enter
something , in arguments -> something, //don't need to press Enter