代码之家  ›  专栏  ›  技术社区  ›  user2738698

如何在Visual studio代码中按空格导航?

  •  -1
  • user2738698  · 技术社区  · 7 年前

    更具体地说: 如何在Visual studio代码中导航到光标左侧最近的空间?

    编辑1:澄清

    This is a sentence
                      ^
    

    按此快捷键可将光标移到此处:

    This is a sentence
             ^
    

    编辑2:这是Ctrl+Left所做的

    ... type="x" href="/a/path/to/file.css"
                                          ^
    ... type="x" href="/a/path/to/file.css"
                                       ^
    ... type="x" href="/a/path/to/file.css"
                                  ^
    ... type="x" href="/a/path/to/file.css"
                               ^
    ... type="x" href="/a/path/to/file.css"
                          ^
    ... type="x" href="/a/path/to/file.css"
                        ^
    ... type="x" href="/a/path/to/file.css"
                     ^
    ... type="x" href="/a/path/to/file.css"
                 ^
    

    ... type="x" href="/a/path/to/file.css"
                                          ^
    ... type="x" href="/a/path/to/file.css"
                 ^
    
    1 回复  |  直到 7 年前
        1
  •  1
  •   Mark    7 年前

    看见 Ctrl键 -

    {
      "key": "ctrl+left",
      "command": "cursorWordStartLeft",
      "when": "textInputFocus"
    }