Tab TraverseTab traverse hijacks the tab key to be used for nagivation forward and backwards to the end of words and other commonly used cursor positions. It is a great method of nagivation while writing code without the use of the arrow keys. FeaturesUse Tab For example if there is an image subfolder under your extension project workspace: Rule of traversal: Go to next end of word, closing bracket, or end of line
RequirementsIf you desire to use the default keybindings, ensure there are no other hotkeys with combinations Tab and Shift+Tab when: editorTextFocus. Known IssuesThe use of default keybindings disable to traditional use of Tab... use spaces instead. Or Control + ] Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of Tab Traversal 1.0.1Updated readme and fixed jumpBackward bug |