markdownsublime:选择文字(代码片段)

author author     2022-12-17     690

关键词:

We’ve already seen how to select a word (`CTRL/⌘-D`) but there are a
handful of other useful selection options in ST3.

​1. Selecting an Entire Line

To select the entire current line: `CTRL/⌘-L`.

​2. Selecting Code that is Similarly Indented

To select all code that shares immediate indentation: `CTRL/⌘-SHIFT-J`.

![Sublime Text 3 lets you select code on the same indentation
level](https://i1.wp.com/generalassemb.ly/blog/wp-content/uploads/2013/11/similarindent.gif?w=625&ssl=1 "Select code with simliar indentation")

​3. Selecting Everything Inside an HTML Tag

To select everything inside the current HTML tag: `CTRL/⌘-SHIFT-A`

![Sublime Text 3 lets you select the contents of a
tag](https://i1.wp.com/generalassemb.ly/blog/wp-content/uploads/2013/11/selectinsidetag.gif?w=625&ssl=1 "Select inside tag")

markdownsublime:删除行(代码片段)

查看详情

markdownsublime:包控制(代码片段)

查看详情

markdownsublime:用户首选项设置(代码片段)

查看详情

markdownsublime:命令调色板(代码片段)

查看详情

markdownsublime:在文件中转到行(代码片段)

查看详情

markdownsublime:在文件中转到定义(代码片段)

查看详情

markdownsublime:隐藏/显示补充工具栏(代码片段)

查看详情

markdownsublime-text.md(代码片段)

查看详情

markdownsublime-text.md(代码片段)

查看详情

markdownsublime:列和行工作区窗格(代码片段)

查看详情

markdownsublime_line_wrap.md(代码片段)

查看详情

css选择文字(代码片段)

查看详情

css文字选择(代码片段)

查看详情

text选择文字(代码片段)

查看详情

css文字选择颜色(代码片段)

查看详情

csscss没有选择文字(代码片段)

查看详情

css更改文字选择颜色(代码片段)

查看详情

不允许选择文字(代码片段)

css实现user-select:none|text|all|elementnone:文本不能被选择text:可以选择文本all:当所有内容作为一个整体时可以被选择。如果双击或者在上下文上点击子元素,那么被选择的部分将是以该子元素向上回溯的最高祖先元素。element:... 查看详情