1 Star 1 Fork 0

52fisher/SideBarEnhancements

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Commands.sublime-commands 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
[
{
"caption": "aaaaa_side_bar",
"command": "aaaaa_side_bar"
},
{
"caption": "File: New File Relative to Current View",
"command": "side_bar_new_file"
},
{
"caption": "File: New File Relative to Project Root",
"command": "side_bar_new_file2"
},
{
"caption": "File: New Folder Relative to Current View",
"command": "side_bar_new_directory"
},
{
"caption": "File: New Folder Relative to Project Root",
"command": "side_bar_new_directory2"
},
{
"caption": "File: Rename",
"command": "side_bar_rename"
},
{
"caption": "File: Duplicate",
"command": "side_bar_duplicate"
},
{
"caption": "File: Reveal",
"command": "side_bar_reveal"
},
{
"caption": "File: Locate",
"command": "reveal_in_side_bar"
},
{
"caption": "File: Move",
"command": "side_bar_move"
},
{
"caption": "File: Delete",
"command": "side_bar_delete"
},
{
"caption": "Project: Edit",
"command": "side_bar_project_open_file"
},
{
"caption": "File: Copy Name",
"command": "side_bar_copy_name"
},
{
"caption": "File: Copy Name Encoded",
"command": "side_bar_copy_name_encoded"
},
{
"caption": "File: Copy Path",
"command": "side_bar_copy_path"
},
{
"caption": "File: Copy Path Quoted",
"command": "side_bar_copy_path_quoted"
},
{
"caption": "File: Copy Path (Windows)",
"command": "side_bar_copy_path_absolute_from_project_encoded_windows"
},
{
"caption": "File: Copy Path as URI",
"command": "side_bar_copy_path_encoded"
},
{
"caption": "File: Copy Path Absolute To Project",
"command": "side_bar_copy_path_absolute_from_project"
},
{
"caption": "File: Copy Relative Path To Project",
"command": "side_bar_copy_path_relative_from_project"
},
{
"caption": "File: Copy Path Absolute To Project Encoded",
"command": "side_bar_copy_path_absolute_from_project_encoded"
},
{
"caption": "File: Copy Path Relative To Last Selected View ",
"command": "side_bar_copy_path_relative_to_last_selected_view"
},
{
"caption": "File: Copy as Tag a",
"command": "side_bar_copy_tag_ahref"
},
{
"caption": "File: Copy as Tag script",
"command": "side_bar_copy_tag_script"
},
{
"caption": "File: Copy as Tag style",
"command": "side_bar_copy_tag_style"
},
{
"caption": "File: Copy URL",
"command": "side_bar_copy_url"
},
{
"caption": "File: Search Files",
"command": "side_bar_find_files_path_containing"
},
{
"caption": "File: Open In Browser - Testing Server",
"command": "side_bar_open_in_browser",
"args": {
"paths": [],
"type": "testing"
}
},
{
"caption": "File: Open In Browser - Production Server",
"command": "side_bar_open_in_browser",
"args": {
"paths": [],
"type": "production"
}
},
{
"caption": "Side Bar: Refresh",
"command": "refresh_folder_list"
},
{
"caption": "zzzzz_side_bar",
"command": "zzzzz_side_bar"
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fisher52/SideBarEnhancements.git
[email protected]:fisher52/SideBarEnhancements.git
fisher52
SideBarEnhancements
SideBarEnhancements
st3

搜索帮助