I tried using${TM_SELECTED_TEXT}with some sort of replacements like${TM_SELECTED_TEXT/^(\\s*).*$/$1/}in front of the inserted lines but that would always lead to no indentation and the selected code duplicated, so the replacement clearly didn't work as documented. I see no variable ...
In 2022, when utilizing AI-assisted IntelliCode in Visual Studio , my expectation is for Visual Studio to not only auto-insert the opening curly brace , but also the closing one. Additionally, the cursor should be positioned between the brackets. Is there a specific location where this can be...
What context is your variable defined in? I'm seeing some indentation, so it'd be helpful to know what scope it's being defined in. Copy link Member jakebailey commented Nov 5, 2019 Ah, sorry, I forgot you linked the code. I'll have to go test this on the real thing. Copy...
I just tried this code in v1.8.6 and it appears to no longer be an issue.@softshapedo you want to double-check and let me know what you find? It does remove the indentation, but as that was not the issue with the original filed bug, I think it might be resolved. ...