Visual Studio 2019 16.8.4, Elements 10.0.0.2607
At least two behaviors I’ve noticed in Visual Studio 2019 with Mercury that (to me anyway) seem not quite right:
- Often when I add a line of code, it ignores formatting rules to automatically indent.
- If I type something like “Public Function Foo” and press Enter, it does not add the “End Function”, I have to type that manually.
- If I type “Public FUnction Foo” and press Enter, it doesn’t automatically reformat that to “Public Function Foo”.
Here’s a screencast for the first two items, in case I wasn’t clear:
–Avonelle