2

我希望我的文件保存为每个选项卡 4 个空格。但是,在浏览文件时,我希望浏览 4 个空格,就好像它是一个选项卡一样。我怎么做?

4

2 回答 2

0

我认为没有插件就没有办法做到这一点。

我个人使用自定义绑定进行导航,几乎从不使用箭头,并使用 command/ctrl/alt + 左/右箭头来按单词导航,当你习惯这一点时,你会变得非常有效率。然后,您可以 ctrl+右箭头从行首到第一个缩进字符。

于 2013-09-25T08:09:08.723 回答
0

设置tab_size等于 4。

// The number of spaces a tab is considered equal to
"tab_size": 4,`

并设置为true

// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": false,
于 2013-09-21T23:33:41.593 回答