IDE
lein_wang
打好基础,温故知新
展开
-
sublime text 2 行复制/删除/折叠/移动
http://www.cr173.com/html/30661_1.html Package Control 安装方法 首先通过快捷键 ctrl+` 或者 View > Show Console 打开控制台,然后粘贴相应的 Python 安装代码。 1 :按住shift+ctrl然后按←或→可快速选中一行中的某一部分,相当于双击鼠标选中。 当你想在代码末尾加注释转载 2016-01-08 17:42:21 · 11598 阅读 · 0 评论 -
Sublime Text Snippets(代码片段)功能
<![CDATA[ Hello, ${1:this} is a ${2:snippet}. ]]> hello --> source.python --> ${1:name}表示代码插入后,光标所停留的位置,可同时插入多个。其中:name为自定义参数(可选)。 ${2}表示代码插入后,按Tab键,光标会根据顺序跳转到相应位置(以此类推)。转载 2016-01-08 17:28:07 · 1995 阅读 · 0 评论 -
intellj idea用netbeans的快捷键
http://www.jetbrains.com/help/idea/2017.1/netbeans.html?search=netbean#d431446e355Can I use the NetBeans key bindings in IntelliJ IDEA?Yes, you can.Open the Settings dialog (e.g. Ctrl+Alt+S).In the Ap...原创 2018-04-25 10:48:58 · 834 阅读 · 0 评论