Blatoy / cool-tabs

Make the tab key cool for vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cool-tabs

Adds cool-tabs:atEndOfLine and cool-tabs:atStartOfLine as "when" context variables for key shortcuts to allow to use the tab key for the "Indent line" action while in the middle of a line, without losing ability to use tab for auto-complete or tab to automatically add the right amounts of tab.

Suggested "when" condition: editorTextFocus && !cool-tabs:atEndOfLine && !cool-tabs:atStartOfLine && !editorReadonly && !suggestWidgetVisible && !inSnippetMode.

About

Make the tab key cool for vscode

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%