IntelliJ 备忘单支持各种编程语言,如 Java、CloudSlang、Clojure、Dart、Erlang、Go、Groovy、JavaScript、PHP、Ruby 或 JRuby、TypeScript、HTML、Perl、Haxe、Rust、Scala、XML/JSL、Kotlin 、Haskell、Lua、Julia 和 Python。它支持Android、Junit、Maven、TestNG、Django、EJB、Grails、JSF、JSP、Node.js、Play、struts、web services、Hibernate、ruby on Rails等平台和技术
广告 该类别中的热门课程 INTELLIJ IDEA - 学习路径 | 4 门课程系列 | 6 次模拟测试开始您的免费软件开发课程
网络开发、编程语言、软件测试及其他
IntelliJ 备忘单拥有丰富的库,可扩展、可扩展且具有交互性,并且包含许多用于计算常见操作的内置方法。有不同的命令可用于执行基本选择、代码完成和重构命令。
下面是执行不同类型操作的命令的 IntelliJ 备忘单:
Command | Description |
Ctrl + / | This command is used to Comment Line |
Ctrl + Shift + / | It is used to Comment Block |
Ctrl + D | It is to Duplicate Line |
Alt + Shift + Down/Up | To Move line |
Ctrl + Alt + Shift + Down/Up | To Move the Whole statement |
Ctrl + – | It is to Collapse block |
Ctrl + + | It is used to Expand block |
Ctrl + Shift + +/- | When we need to Collapse/ Expand the whole file |
Ctrl + A | Need to Select Whole life |
Ctrl + W | When to Extend the selection to the next block |
Ctrl + Shift + W | It is used to Shrinks selection |
Alt + J | When to Select next occurrence |
Alt + Shift + J | When to Deselect next occurrence |
Ctrl + shift + F7 | Helps in Highlight all usages in file |
Ctrl +Alt + Shift + J | It is to Select all occurrence in the file |
Ctrl + Space | Suggest |
Ctrl + Space X2 | Getting the Deeper level suggestion |
Ctrl + shift + space | It helps in getting the List of matching suggestion |
Ctrl + shift + space x2 | A suggestion in return statement |
Ctrl + Shift + enter | Complete statement |
Shift + F6 | Rename |
Ctrl + Alt + V | Extract variable or field |
Ctrl + Alt + M | Encapsulate code in a new method |
Ctrl + Alt + C | Extract selected expression in a context |
Ctrl + Alt + P | Extract selected expression in a parameter |
Ctrl + Alt + T | Surround selected code |
还有一些其他可用于代码帮助和导航的命令;请在下面找到:
Command | DESCRIPTION |
Ctrl + P | It is used to see the method signature |
Ctrl + J | It is used to insert a live template |
Ctrl + Q | It is to see the method documentation |
Ctrl + Alt + L | Used to Reformat code |
Ctrl + shift + i | It is to see the definition |
F2 | It helps in finding the next highlighted error in a file |
Ctrl + F1 | It is used to see the description error |
Alt + Enter | It provides a suggested solution |
Ctrl + N | When it is required to search class |
Ctrl + Shift +N | It is used to search file |
F4 | It helps in Jump to source |
Ctrl + B | Jump to declaration |
Ctrl + Alt + B | Jump to implementation |
Ctrl + F12 | It is used to see a file structure |
IntelliJ 备忘单如今在 javascript、Json 和其他 Java 编程或脚本语言的开发人员中越来越流行。它基本上是简单、容易且灵活的,适用于所有平台。它有助于运行、调试、编译和测试应用程序。它用于部署应用程序、分析应用程序、查看源代码的结构和层次结构、模块依赖关系以及使用工件和使用文件监视程序。它主要兼容几乎所有的工具、框架、版本控制和技术,因此它是当今任何开发人员的首选。
以上是IntelliJ 备忘单的详细内容。更多信息请关注PHP中文网其他相关文章!