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中文網其他相關文章!