Code Completion has become almost completely useless:
- Auto Complete Braces works for [ ] and ( ) (US English: "square brackets" and "parenthesis") BUT If you type the closing bracket or parenthesis, it adds a new symbol instead of overwriting the existing. E.g. myList.size())
- Auto Complete Braces doesn't work for the one thing we call a "brace": { }
- The Code Completion window pops up before I type anything to give it context: E.g. "Contact c = " opens the entire Code Completion window. No one is going to use the entire, unfiltered window of all possible classes, properties and methods. It should not open until you start typing something.
- Worst Thing: Neither Tab nor Ctrl + Space inserts the Intellisense item. The IDE says both Ctrl + Space and Alt + Right Arrow should execute "Edit.CompleteWord" but it does not.
- Double Clicking the suggestion in Intellisense takes focus away from the window, meaning I have an extra click before I can start coding again.
Gotta get that tightened up. It's killing my flow. I've gotten so dependant on the folders you let me create, it would be terrible if I had to switch to a different solution :(