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 サービス、Hibernate、Ruby on Rails などのプラットフォームとテクノロジーをサポートしています。
広告 このカテゴリーの人気コース INTELLIJ IDEA - 学習パス | 4コースシリーズ | 6 つの模擬テスト無料ソフトウェア開発コースを始めましょう
Web 開発、プログラミング言語、ソフトウェア テスト、その他
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 中国語 Web サイトの他の関連記事を参照してください。