Open langshangyuan opened 1 year ago
do not support Tab Out features
Sorry but I don't what "Tab Out" is and how it is meant to work. Can you please explain. Thanks
Yes, the Tab Out means, when I press the opening bracket, currently vscode can automatically insert the closing bracket, then my cursor is in the middle of the brackets. When I press the <Tab>
key, the cursor can move after the closing bracket. Something like that.
Most users tend to use
<Tab>
key to accept the IntelliSense suggestion or expand snippets. This improves coding speed a lot, we can use keyboard near of home row (asdfhjkl;
) during the most time of coding.However, I think VSCode currently do not support Tab Out features. This smaller functionality can improve the quality of life greatly. There is an (extension)[https://github.com/albertromkes/tabout] to implement this functionality, I hope VSCode can integrate it into the application main body, because I guess many users search for such features. 🤔