<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>百聚网-程序猿导航</title><link>https://cx.qhwx.com/</link><description>Good Luck To You!</description><item><title>百度前端技术学园</title><link>https://cx.qhwx.com/ganhuoxuexi/215.html</link><description>&lt;p&gt;面向所有自驱成长，终身学习，热爱生活的人，打造的Web前端技术学习园地，由百度创办的免费前端技术学习实践、交流、分享平台&lt;/p&gt;</description><pubDate>Tue, 13 Sep 2022 15:02:27 +0800</pubDate></item><item><title>格熊 </title><link>https://cx.qhwx.com/ganhuoxuexi/214.html</link><description>&lt;p&gt;让每一个人都能掌握一门小技能，互联网的资源的集聚地，这里不但有大量的免费商用软件、字体、图片资源，我们还致力于传递各类生活小窍门，更多精彩等你来发现~~&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 13 Sep 2022 14:58:55 +0800</pubDate></item><item><title>IntelliJ IDEA</title><link>https://cx.qhwx.com/kaifagongju/213.html</link><description>&lt;p&gt;是java编程语言的集成开发环境。IntelliJ在业界被公认为最好的Java开发工具，尤其在智能代码助手、代码自动提示、重构、JavaEE支持、各类版本工具(git、svn等)、JUnit、CVS整合、代码分析、 创新的GUI设计等方面的功能可以说是超常的。IDEA是JetBrains公司的产品，这家公司总部位于捷克共和国的首都布拉格，开发人员以严谨著称的东欧程序员为主。它的旗舰版还支持HTML，CSS，PHP，MySQL，Python等。免费版只支持Java,Kotlin等少数语言。&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:26:39 +0800</pubDate></item><item><title>VS Code</title><link>https://cx.qhwx.com/kaifagongju/212.html</link><description>&lt;p&gt;VS Code 本来是前端人员专用，但由于它实在是太好用了，于是，各种开发方向的码农也正在用 VS Code 作为他们的主力编程工具。甚至是一些写作的同学，也把 VS Code 作为 markdown 写作工具。&lt;/p&gt;&lt;p&gt;写下这篇文章，是顺势而为。&lt;/p&gt;&lt;h3 id=&quot;一vs-code-的介绍&quot;&gt;&lt;a name=&quot;t6&quot;&gt;&lt;/a&gt;一、VS Code 的介绍&lt;/h3&gt;&lt;p&gt;VS Code 的全称是 Visual Studio Code，是一款开源的、免费的、跨平台的、高性能的、轻量级的代码编辑器。它在性能、语言支持、开源社区方面，都做的很不错。&lt;/p&gt;&lt;h3 id=&quot;编辑器-与-ide&quot;&gt;&lt;a name=&quot;t7&quot;&gt;&lt;/a&gt;编辑器 与 IDE&lt;/h3&gt;&lt;p&gt;&lt;code&gt;IDE&lt;/code&gt;和&lt;code&gt;编辑器&lt;/code&gt;是有区别的：&lt;/p&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;IDE&amp;nbsp;：对代码会有较好的智能提示，同时侧重于工程项目，对项目的开发、调试工作有较好的图像化界面的支持，因此比较笨重。比如 Eclipse 的定位就是 IDE。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;编辑器：要相对轻量许多，侧重于文本的编辑。比如 Sublime Text 的定位就是编辑器。再比如 Windows 系统自带的「记事本」就是最简单的编辑器。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;需要注意的是，VS Code 的定位是&lt;code&gt;编辑器&lt;/code&gt;，而非&lt;code&gt;IDE&lt;/code&gt;。但 VS Code 又比一般的编辑器的功能要丰富许多。&lt;/p&gt;&lt;h3 id=&quot;vs-code的一些补充&quot;&gt;&lt;a name=&quot;t8&quot;&gt;&lt;/a&gt;VS Code的一些补充&lt;/h3&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;VS Code 的使命，是让开发者在编辑器里拥有 IDE 那样的开发体验，比如代码的智能提示、语法检查、图形化的调试工具、插件扩展、版本管理等。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;VS Code 的源代码以MIT协议开源。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;VS Code 自带了 TypeScript 和 Node.js 的支持。也就是说，你在书写 JS 和 TS 时，是自带智能提示的。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;有一点你可能不知道，VS Code 这个客户端软件是用 js 语言开发出来的（具体请自行查阅关键字&lt;code&gt;Electron&lt;/code&gt;）。有句话说得好：能用 js 实现的功能，最终一定会用 js 实现。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id=&quot;前端利器之争-vs-code-与-webstorm&quot;&gt;&lt;a name=&quot;t9&quot;&gt;&lt;/a&gt;前端利器之争： VS Code 与 WebStorm&lt;/h3&gt;&lt;p&gt;前端小白最喜欢问的一个问题是：哪个编辑器/IDE 好用？是VS Code还是 WebStorm （WebStorm 其实是 IntelliJ IDEA的定制版）？我来做个对比：&lt;/p&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;哪个更酷：显然 VS Code 更酷。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;内存占用情况：根据我的观察，VS Code是很占内存的（尤其是当你打开多个窗口的时候），但如果你的内存条够用的话，使用起来是不会有任何卡顿的感觉的。相比之下，IDEA 不仅非常占内存，而且还非常卡顿。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;使用比例：当然是 VS Code 更胜一筹。先不说别的，我就拿数据说话，我目前所在的前端团队有100人左右，绝大部分前端同学都在用 VS Code，妥妥的。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 id=&quot;二vs-code快捷键&quot;&gt;二、VS Code快捷键&lt;/h2&gt;&lt;p&gt;VS Code用得熟不熟，首先就看你是否会用快捷键。以下列出的内容，都是常用快捷键，而加粗部分的快捷键，使用频率则非常高。&lt;/p&gt;&lt;p&gt;掌握10%的内容，足矣应对90%的工作。熟练使用它们，你就已经很牛了。&lt;/p&gt;&lt;h3 id=&quot;移动光标&quot;&gt;&lt;a name=&quot;t12&quot;&gt;&lt;/a&gt;移动光标&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + ←&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Fn + ←&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将光标定位到当前行的最左侧&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + →&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Fn + →&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将光标定位到当前行的最右侧&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + ↑&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Home&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将光标定位到文章的第一行&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + ↓&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + End&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将光标定位到文章的最后一行&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;根据上面的快捷键，我们可以举一反三。补充如下：&lt;/p&gt;&lt;ul style=&quot;list-style-type: none;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;「方向键」：在单个字符之间移动光标&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;「option + 左右方向键」：在单词之间移动光标（很常用）。注：Win 快捷键是「Ctrl + 左右方向键」。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;「Cmd + 左右方向键」：在整行之间移动光标（很常用）。注：Win 的快捷键是「Fn + 左右方向键」&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;「&lt;code&gt;Cmd + Shift + \&lt;/code&gt;」：在代码块之间移动光标。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 id=&quot;删除操作&quot;&gt;&lt;a name=&quot;t13&quot;&gt;&lt;/a&gt;删除操作&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;option + Backspace&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Backspace&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;删除光标之前的一个单词&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;英文有效，很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;option + delete&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + delete&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;删除光标之后的一个单词&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + delete&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;删除光标之前的整行内容&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + delete&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;删除光标之后的整行内容&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + shift + K&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Shift + K&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;删除整行&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;「Cmd + X」的作用是剪切，但也可以删除整行&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;备注：上面所讲到的移动光标、删除操作的快捷键，在其他编辑器里，也是同样的操作。&lt;/p&gt;&lt;h3 id=&quot;编辑操作&quot;&gt;&lt;a name=&quot;t14&quot;&gt;&lt;/a&gt;编辑操作&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + Enter&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Enter&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在当前行下面新增一行，然后跳至该行&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;即使光标不在行尾，也能快速向下插入一行&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Option + ↑&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Alt + ↑&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将代码向上移动&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Option + ↓&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Alt + ↓&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将代码向下移动&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Option + Shift + ↑&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Alt + Shift + ↑&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将代码向上复制&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Option + Shift + ↓&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Alt + Shift + ↓&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将代码向下复制&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3 id=&quot;js语言相关&quot;&gt;&lt;a name=&quot;t15&quot;&gt;&lt;/a&gt;JS语言相关&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + /&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + /&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;添加单行注释&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Option + Shift + F&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Alt + shift + F&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;代码格式化&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + J&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将多行代码合并为一行&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Win 用户可在命令面板搜索”合并行“&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd +&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + U&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + U&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将光标的移动回退到上一个位置&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;撤销光标的移动和选择&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3 id=&quot;跳转操作&quot;&gt;&lt;a name=&quot;t16&quot;&gt;&lt;/a&gt;跳转操作&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Tab&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Tab&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在已经打开的文件之间进行跳转&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + P&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + P&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在当前的项目工程里，全局搜索文件&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + G&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + G&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;跳转到指定行&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + Shift + O&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + shift + O&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在当前文件的各种方法之间进行跳转&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3 id=&quot;搜索&quot;&gt;&lt;a name=&quot;t17&quot;&gt;&lt;/a&gt;搜索&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + F&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + F&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在当前文件中搜索，光标在搜索框里&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + G&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;F3&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在当前文件中搜索，光标仍停留在编辑器里&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很巧妙&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + Shift + F&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Shift +F&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;全局搜索&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很常用&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3 id=&quot;多光标的使用&quot;&gt;&lt;a name=&quot;t18&quot;&gt;&lt;/a&gt;多光标的使用&lt;/h3&gt;&lt;p&gt;技巧1：按住 「Option」键（windows 用户是按住「Alt」键） ，然后在页面中希望中现光标的位置点击鼠标。&lt;/p&gt;&lt;p&gt;技巧2：选中某个文本，然后反复按住快捷键「 Cmd + D 」键（windows 用户是按住「Ctrl + D」键）， 即可将全文中与光标当前所在位置的词相同的词逐一加入选择。&lt;/p&gt;&lt;p&gt;技巧3：选中一堆文本后，按住「Option + Shift + i」键（windows 用户是按住「Alt + Shift + I」键），既可在每一行的末尾都创建一个光标。&lt;/p&gt;&lt;h3 id=&quot;工作区快捷键&quot;&gt;&lt;a name=&quot;t19&quot;&gt;&lt;/a&gt;工作区快捷键&lt;/h3&gt;&lt;div&gt;&lt;table width=&quot;962&quot;&gt;&lt;thead style=&quot;box-sizing: border-box; outline: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Mac快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;Win快捷键&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;作用&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; border-top-color: rgb(221, 221, 221); font-size: 14px; color: rgb(79, 79, 79); line-height: 22px; text-align: left; background-color: rgb(239, 243, 245);&quot;&gt;备注&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box; outline: 0px; border: 0px; overflow-wrap: break-word;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;cmd +/-&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;ctrl +/-&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;将工作区放大/缩小（包括代码字体、左侧导航栏）&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在投影仪场景经常用到&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + B&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + B&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;显示/隐藏侧边栏&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;很实用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;code&gt;Cmd + \&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;code&gt;Ctrl + \&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;创建多个编辑器&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;比较实用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + Option + 左右方向键&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Pagedown/Pageup&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在已经打开的文件之间进行切换&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;非常实用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Tab&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + Tab&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;在已经打开的文件之间进行跳转&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;不如上面的快捷键实用&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; outline: 0px; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgb(221, 221, 221); background-color: rgb(247, 247, 247); overflow-wrap: break-word;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Cmd + J&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;Ctrl + J&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;显示/隐藏控制台&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; outline: 0px; padding: 8px; margin: 0px; overflow-wrap: break-word; font-size: 14px; color: rgb(79, 79, 79); line-height: 22px;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h3 id=&quot;自定义快捷键&quot;&gt;&lt;a name=&quot;t20&quot;&gt;&lt;/a&gt;自定义快捷键&lt;/h3&gt;&lt;p&gt;按住快捷键「Cmd + Shift + P」，弹出命令面板，在命令面板中输入“快捷键”，可以进入快捷键的设置。&lt;/p&gt;&lt;p&gt;当然，你也可以选择菜单栏「偏好设置 --&amp;gt; 键盘快捷方式」，进入快捷键的设置：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://cx.qhwx.com/zb_users/upload/2022/08/202208311661934326592041.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;h3 id=&quot;快捷键列表&quot;&gt;&lt;a name=&quot;t21&quot;&gt;&lt;/a&gt;快捷键列表&lt;/h3&gt;&lt;p&gt;你可以点击 VS Code 左下角的齿轮按钮，效果如下：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://cx.qhwx.com/zb_users/upload/2022/08/202208311661934282610592.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;上图中，在展开的菜单中选择「键盘快捷方式」，就可以查看和修改所有的快捷键列表了：&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;https://cx.qhwx.com/zb_users/upload/2022/08/202208311661934257821900.png&quot; alt=&quot;image.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:19:40 +0800</pubDate></item><item><title>WebStorm</title><link>https://cx.qhwx.com/kaifagongju/211.html</link><description>&lt;p&gt;是JetBrains公司旗下一款JavaScript 开发工具。已经被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。与IntelliJ IDEA同源，继承了IntelliJ IDEA强大的JS部分的功能。&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:18:17 +0800</pubDate></item><item><title>Pycharm</title><link>https://cx.qhwx.com/kaifagongju/210.html</link><description>&lt;p&gt;是一款Python的IDE的编辑工具，它是由Jetbrains出品的产品。之前我在做Web项目，前端撰写JavaScript代码时，就是用的他们公司出品的前端开发神器WebStorm。因此，也一直对他们的产品很感兴趣，而且，如果是同一个公司的产品，在很多设置上都是相同的，也可以减少一些学习成本。&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:15:45 +0800</pubDate></item><item><title>Android Studio</title><link>https://cx.qhwx.com/kaifagongju/209.html</link><description>是谷歌推出的一个Android集成开发工具，基于IntelliJ IDEA. 类似 Eclipse ADT，Android Studio 提供了集成的 Android 开发工具用于开发和调试。
</description><pubDate>Wed, 31 Aug 2022 16:14:18 +0800</pubDate></item><item><title>EditPlus编辑器</title><link>https://cx.qhwx.com/kaifagongju/208.html</link><description>&lt;p data-pid=&quot;fLdTiIz0&quot;&gt;EditPlus是一款小巧但是功能强大的可处理文本、HTML和程序语言的32位编辑器。EditPlus拥有无限制的撤消与重做、英文拼字检查、自动换行、列数标记、搜寻取代、同时编辑多文件、全屏幕浏览甚至监视系统剪切板等功能。EditPlus功能强大，界面简洁美观，且启动速度快；中文支持比较好；支持语法高亮；支持代码折叠；支持代码自动完成，不支持代码提示功能；配置功能强大，且比较容易，扩展也比较强。&lt;/p&gt;&lt;p data-pid=&quot;qdvgDVbH&quot;&gt;默认支持HTML、CSS、PHP、ASP、Perl、C/C++、Java、JavaScript和VBScript等语法高亮显示，通过定制语法文件，可以扩展到其他程序语言，在官方网站上可以下载（大部分语言都支持）。&lt;/p&gt;&lt;p data-pid=&quot;lIcCPbaz&quot;&gt;提供了多工作窗口。不用切换到桌面，便可在工作区域中打开多个文档。&lt;/p&gt;&lt;p data-pid=&quot;i1gP6m69&quot;&gt;正确地配置Java的编译器“Javac”以及解释器“Java”后，使用EditPlus的菜单可以直接编译执行Java程序&lt;/p&gt;&lt;p data-pid=&quot;4yByhABe&quot;&gt;EditPlus提供了与Internet的无缝连接，可以在EditPlus的工作区域中打开Intelnet浏览窗口。&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:09:34 +0800</pubDate></item><item><title>Beyond Compare</title><link>https://cx.qhwx.com/kaifagongju/207.html</link><description>&lt;p&gt;是一套非常实用的文件及文件夹对比工具,不仅可以快速比较出两个文 件夹的不同之处,还可以详细的比较文件之间的内容差异。程序内建了文件浏览器,方便您 对文件、文件夹、压缩包、FTP 网站之间的差异对比以及资料同步。&lt;/p&gt;&lt;p&gt;Beyond Compare is a multi-platform utility that combines directory compare and file compare functions in one package. &amp;nbsp;Use it to manage source code, keep directories in sync, compare program output, etc.&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:07:42 +0800</pubDate></item><item><title>DbVisualizer</title><link>https://cx.qhwx.com/kaifagongju/206.html</link><description>&lt;p&gt;是一个完全基于JDBC的跨平台数据库管理工具，内置SQL语句编辑器（支持语法高亮），凡是具有JDBC数据库接口的数据库都可以管理，已经在Oracle, Sybase, DB2, Informix, MySQL, InstantDB, Cloudcape, HyperSonic ，Mimer SQL上通过测试&lt;/p&gt;</description><pubDate>Wed, 31 Aug 2022 16:04:05 +0800</pubDate></item></channel></rss>