sublime text3 修改快捷键为eclipse

sublime text3 修改快捷键为eclipse,第1张

概述  Preferences -> Key bindings - User    [ { "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} }, { "keys": ["alt+/"], "command":

 

Preferences -> Key bindings - User 

 

[   { "keys": ["shift+enter"],"command": "run_macro_file","args": {"file": "Packages/Default/Add line.sublime-macro"} },{ "keys": ["alt+/"],"command": "auto_complete" },//自动提示 { "keys": ["alt+up"],"command": "swap_line_up" },//整行上移 { "keys": ["alt+down"],"command": "swap_line_down" },//整行下移 { "keys": ["alt+left"],"command": "jump_back" },//跳转到上一个编辑处 { "keys": ["alt+right"],"command": "jump_forward" },{ "keys": ["ctrl+alt+j"],"command": "join_lines" },{ "keys": ["ctrl+d"],"args": {"file": "Packages/Default/Delete line.sublime-macro"} },//整行删除 { "keys": ["ctrl+h"],"command": "show_panel","args": {"panel": //搜索全文 "find_in_files"} },{ "keys": ["ctrl+l"],"command": "show_overlay","args": {"overlay": "goto","text": ":"} },{ "keys": ["ctrl+o"],"args": {"overlay": //跳转到当前的某个方法 "goto","text": "@"} },{ "keys": ["ctrl+up"],"command": "goto_deFinition" },//跳转到定义,比如在某个函数上按此键,则跳转到它的定义。 { "keys": ["ctrl+down"],"command": "find_under_prev" },//选中光标所在的变量或者函数,非常有用 { "keys": ["ctrl+alt+down"],"command": "duplicate_line" },//向下复制整行 {"keys": ["ctrl+shift+f"],"command": "reindent","args":{"single_line": //格式化代码,当然也可以利用HTML+CSS+Js prettify插件来格式化 false}},{ "keys": ["ctrl+shift+r"],"show_files": true} },{ "keys": ["ctrl+shift+s"],"command": "save_all" },{ "keys": ["ctrl+shift+f4"],"command": "close_all" },{ "keys": ["ctrl+shift+y"],"command": "lower_case" },{ "keys": ["ctrl+shift+x"],"command": "upper_case" } ] 
总结

以上是内存溢出为你收集整理的sublime text3 修改快捷键为eclipse全部内容,希望文章能够帮你解决sublime text3 修改快捷键为eclipse所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1075471.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-26
下一篇2022-05-26

发表评论

登录后才能评论

评论列表(0条)

    保存