ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

VSCodeColumnSelection

acheronfail ST3

一个类似于VSCode的Sublime Text插件,用于创建列选择

详细信息

  • 1.0.4
  • github.com
  • github.com
  • 6年前
  • 57分钟前
  • 6年前

安装

  • 总数 3K
  • Win 2K
  • Mac 461
  • Linux 469
2020年8月6日 2020年8月5日 2020年8月4日 2020年8月3日 2020年8月2日 2020年8月1日 2020年7月31日 2020年7月30日 2020年7月29日 2020年7月28日 2020年7月27日 2020年7月26日 2020年7月25日 2020年7月24日 2020年7月23日 2020年7月22日 2020年7月21日 2020年7月20日 2020年7月19日 2020年7月18日 2020年7月17日 2020年7月16日 2020年7月15日 2020年7月14日 2020年7月13日 2020年7月12日 2020年7月11日 2020年7月10日 2020年7月9日 2020年7月8日 2020年7月7日 2020年7月6日 2020年7月5日 2020年7月4日 2020年7月3日 2020年7月2日 2020年7月1日 2020年6月30日 2020年6月29日 2020年6月28日 2020年6月27日 2020年6月26日 2020年6月25日 2020年6月24日 2020年6月23日 2020年6月22日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 1 1 3 1 0 0 0 0 1 1 1 0 2 0 3 2 0 1 0 0 0 0 0 0 0 0 0 0 1
Mac 1 2 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 1 0 0 0 0 1 0 0 0 0
Linux 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

说明文档

源代码
raw.githubusercontent.com

VSCodeColumnSelection

为Sublime Text添加类似VSCode的列选择命令(即使用shift + alt + click)。

安装

自动

通过Package Control。搜索VSCodeColumnSelection

手动

将此存储库克隆到Sublime Text的Package目录中。很简单。

cd /path/to/Sublime Text/Packages
git clone https://github.com/acheronfail/VSCodeColumnSelection.git

使用方法

此插件旨在向Sublime Text添加类似于VSCode的列选择命令。尽管它试图尽可能接近VSCode的行为,但有一些轻微的限制(见L13-23)。除此之外,它运行得很好!

在任何位置放置光标,然后按shift + alt + click选择列选择的右下角结束位置。最好用gif展示

example gif

将不同键重新映射为不同的鼠标命令

此插件的命令为"column_selection"。如果您想将其映射到不同的鼠标命令,则需要在sublime-mousemap中添加,如下所示

{
    "button": "button1",
    // Remap command to shift+super
    "modifiers": ["shift", "super"],
    "press_command": "column_selection"
}

已知问题

  • 与换行缠拠不兼容
    • 遗憾的是,由于Sublime API的限制,此处无法实施。
    • 请参阅此论坛主题
    • 请在这里进行特性请求这里

许可证

MIT