Is it possible to get MonoDevelop-style code hinting in Visual Studio’s IDE? Specifically, not having to type out variables perfectly letter-by-letter, but just typing some key letters in them.
For example, in MonoDevelop typing “v3” would automatically highlight “Vector3”, then hitting enter puts in Vector3. In VS, typing “v3” closes the code hinting, because no word starts exactly with “v3”.
Very inhibiting, especially when you’re doing lots of longer variable names (“SouthDoorTrigger1,2,3” for example. I reeeally don’t want to truncate to “SDT1” or something, that’s a confusing mess.)
Any help? Thanks!