I have started the UE4 programing tutorials and within the first few moments I'm starting to get annoyed with certain aspects of Visual Studio 2013.
How do you disable the auto indent? It often adds tabs to the beginning of the line when I finish typing the line and making a mess of the indenting. How do I stop it from doing this?
How do you make it auto-correct capitalization? IE: IF I type in BOOL it will through an error, but if I type in bool it wont. How do you make it auto-change BOOL to bool? Or if I have a variable called FunTimesToday and I type in funtimestoday, how do you make it auto-correct to FunTimesToday?
How do you make properties and flags visible in the autocomplete drop-down? IE: The flags for UPROPERTY() are not generating an auto complete drop-down box.
How do you disable the auto indent? It often adds tabs to the beginning of the line when I finish typing the line and making a mess of the indenting. How do I stop it from doing this?
How do you make it auto-correct capitalization? IE: IF I type in BOOL it will through an error, but if I type in bool it wont. How do you make it auto-change BOOL to bool? Or if I have a variable called FunTimesToday and I type in funtimestoday, how do you make it auto-correct to FunTimesToday?
How do you make properties and flags visible in the autocomplete drop-down? IE: The flags for UPROPERTY() are not generating an auto complete drop-down box.
Comment