1. ホーム
  2. IDE

IDEAの基本的な使い方:IDEAを飛ぶような感覚にする

2022-02-28 17:48:55

ディレクトリ

1. mavenのセットアップ

2. IDEAのコード行幅の設定

3. IDEAのプロンプトは大文字と小文字を区別しない

4. IntelliJはMavenの依存関係を強制的に更新させる

5.アイディアの環境設定のデフォルトの保存場所

6.表示したくないファイルやフォルダーを隠す(eclipseのフィルター機能に似ている)

7. Eclipseのショートカットに変更する

8. 初期設定の変更 - デフォルト設定

9. スマートチップのショートカットを変更する

 10. ショートカットキーの衝突問題の発見と対処

11. 行番号の表示

 12. コードスマートヒント、大文字小文字を無視

13. 編集したファイルを*で識別 

 14. 自動コードヒンティングをオフにする

15. 共通ショートカット

16. svn でコードが同期できない問題を修正しました。

17. ideaのSVNで*.imlファイルを無視するように設定する

18. 編集テキストのフォントサイズ変更

19. IDEAエンコーディング設定

 20.ライブテンプレート

21. tomcat のパラメータを設定する

22.プラグインのインストール方法のアイデア

23. 起動時にideaのメモリ構成パラメータを調整する

 24. tomcat に公開するための eclipse Web プロジェクトが見つからない場合、インポートする

 25. 新しいjspまたはjavaファイルを開くたびに、CPUは非常に高いですが、テストを削除することができます。

 26.アイデア Spring/Strutsの関連ファイルのサポートを追加する

27.アイデア クラス変更後の自動コンパイルを有効にする

 28. Serializable インターフェースの実装を促す

29. パフォーマンスモード

30. Inject言語の魔法

31. 強力なシンボル

32. アイデアショートカットとWindowsデフォルトショートカットの競合解消(例:Ctrl+Alt+↑、Ctrl+Alt+F12など)。

33. コードの書式設定時にコメントも書式設定される

34. import インポートエラー、update maven プロンプト maven プロジェクトをインポートできません。詳細はログを参照してください。

35. IDEA 2019年版ではRun Dashboardを表示

36. スイッチングケース

37. IDEAでコードからコメントを一括削除

38. css、jsファイルのエラー報告を無視する

39. ターミナルをGit Bashに変更

40 . インポートしたプロジェクトをmavenプロジェクトに変換する

41 . 複数のSpringBootアプリケーションを同時に起動する

42 . クラス構造の表示

43 .IDEA は余分な空行を削除します

44 . コードセクションの書式設定

45 . JARの関連付けのためのソースコードをダウンロードする


<スパン 1. mavenのセットアップ

<ブロッククオート
  1. In
    File
    ->
    settings
    ->Search
    maven
    Mavan
     home directory
    --set
    maven
    The installation of the package
    bin
    The location of the folder
    User
     settings file
    --settings
    setting
    Location of the file
    Local
     repository
    --sets the local repository's
    

<スパン 2. IDEAのコード行幅を設定する

<ブロッククオート
  1. In
    File
    ->
    settings
    ->
    Editor
    ->
    Code
    Style
    One might ask how to make the
    IDE
    Automatically line break code? There are two ways!
    The first, in the above "
    Right
     margin 
    (
    columns
    )" below the "
    Wrap
     when typing reaches right margin
    "What is the effect of checking it?
    As the number of characters entered increases, when the width of the code reaches the boundary, the
    IDEA
    will automatically line break the code.
    The first way is triggered when the code is entered, and there is a second way, in the
    File
    ->
    settings
    ->
    Code
    Style
    ->
    Java
    In Java, check the "
    Wrapping
     and 
    Braces
    " tab.
    In "
    Keep
     when reformatting
    "There is a"
    Ensure
     rigth margin is not exceeded
    ", what is the effect of checking it?
    It's easy to understand from the literal meaning of the configuration item, in formatting the
    Java
    When coding, make sure the code does not exceed the width boundary.
    That is, after the code is entered out of bounds, the
    

<スパン <スパン 3. IDEA 大文字と小文字は区別されません

<ブロッククオート
  1. First open
    File
    ----->
    setting
    Then, type.
    sensitive
    Put the right-hand side of the
    case
     sensitive completion 
    Modify to
    NONE
    

<スパン 4. IntelliJはMavenの依存関係を強制的に更新させる

<ブロッククオート
  1. Intellj
    Autoload
    Mave
    The dependencies work well, but sometimes you run into problems that cause
    pom
    File changes do not trigger an automatic reload, so you need to manually force the dependency to be updated.
    as follows.
     Manually delete
    Project
    Settings
    Inside the
    Libraries
    Content.
    In
    Maven
    Project
    in the attempt to
    clean
    A click to remove previously compiled files.
    Project right-click-
    Maven
    -
    Reimport
    Ok
    , the
    At this point the dependency is found to be established! 
    

<スパン 5.アイデアの環境設定デフォルトの保存場所

<ブロッククオート
  1. idea
    The default location for saving the environment configuration:
    C
    :
    \Users\xxxxxxxxx\.
    IntelliJIdea14
    ,
    xxxxxx
    Represents the user directory,
    You can make a backup of this directory and restore this configuration if something goes wrong with your environment.
    You can add a new line to the %
    IDEA_HOME
    %/
    bin
    /
    idea
    .
    properties
    Modify this configuration path in the
    6. Hide files or folders that you don't want to see (similar to
    eclipse
    of
    filter
    function)
    intellij idea 
    Hide files or folders that you don't want to see (something like
    eclipse
    The
    filter
    (function)
    Open
    intellij 
    -->:>
    File
    -->>
    Settings
    -->>Search
    File
    Types
    
<ブロッククオート
  1. File
    ->
    Settings
    ->
    Keymap
    =>
    Keymaps
    Change to
    Eclipse
     copy
    

<スパン 7. Eclipseのショートカットに変更する

<ブロッククオート
  1. Change the default settings - the
    default
     setting
    

<スパン 8. デフォルト設定の変更 - デフォルト設定

  1. File
    ->
    Settings
    ->
    Keymap
    ->
    Main
     menu 
    ->
    Code
    ->
    Completion
    ->
    Basic
    => modified to
    Ctrl
    +
    Alt
    +
    Enter
    Save with the conflicting
    Remove
    Remove.
    File
    ->
    Settings
    ->
    Keymap
    ->
    Editor
    Actions
    ->
    Complete
    Current
    Statement
    => change to
    Ctrl
    +;
    

9. スマートチップのショートカットを変更する

<ブロッククオート
  1. File
    ->
    Settings
    ->
    Keymap
    ->
    Main
     menu 
    ->
    Edit
    ->
    
    Find
    =>Modify
    Find
    ... and
    Replace
    ... to
    Ctrl
    +
    F 
    and
    Ctrl
    +
    R
    

<スパン  10. ショートカットキーの競合問題への対応

<ブロッククオート
  1. File
    ->
    Settings
    ->
    Editor
    ->
    General
    ->
    Appearance
    =>
    Show
     line numbers
    selected
    

<スパン 11. 行番号の表示

<ブロッククオート
  1. File
    ->
    Settings
    ->
    Editor
    ->
    Code
    Completion
    The
    Case
     sensitive completion
    Set to
    None
    That's all it takes
    

<スパン  12. <スパン コードスマートヒント、ケースを無視する

<ブロッククオート
  1. Editor
    ->
    General
    ->
    Editor
    Tabs
    In
    IDEA
    In IDEA, you need to make the following settings,
    This way the modified files will be marked with an * and you can save the relevant files in time.
    "
    Mark
     Modified tabs with asterisk
    "
    

<スパン 13. 編集したファイルを*で識別する 

<ブロッククオート
  1. Preferences
    =>
     IDE 
    Settings
    =>
    Editor
    =>
    Code
    Completion
    =>
    Autopopup
     Documentation in 
    (
    ms
    )
    

<スパン  14. 自動コード入力プロンプトをオフにする

<ブロッククオート
  1. Ø
    Top
    #
    10
    Slicing and dicing.
    Ctrl
    +
    Tab
    Ø
    Top
    #
    9
    Choose what you want [check the context-sensitive code
    

<スパン 15. 一般的なショートカットキー

  1. Ø
    Top
    #
    8
    Code generation.
    Template
    /
    Postfix
    +
    Tab
    Ø
    Top
    #
    7
    Calling the shots.
    Ctrl
    +
    Shift
    +
    A
    Ø
    Top
    #
    6
    Nowhere to hide.
    Shift
    +
    Shift
    Ø
    Top
    #
    5
    Autocomplete.
    Ctrl
    +
    Shift
    +
    Enter
    Ø
    Top
    #
    4
    Creation of all things.
    Alt
    +
    Insert
    Use the top three!
    Ø
    Top
    #
    1
    Smart Complement.
    Ctrl
    +
    Shift
    +
    Space
    Ø
    Top
    #
    1
    Self-repair.
    Alt
    +
    Enter
    Ø
    Top
    
    #
    1
    Refactoring everything.
    Ctrl
    +
    Shift
    +
    Alt
    +
    T
    Other Aids
    These are the magic keys with some secondary shortcuts to keep your hands
    90
    More than % of the time is spent getting rid of the mouse and focusing on the keyboard as if it were a piano performance. These unobtrusive but crucial final pieces of the puzzle are.
    Ø
    Command.
    Ctrl
    +
    Shift
    +
    A
    You can find all
    Intellij
    commands, and each command is followed by its shortcut key. So it's not only a great key, it's also a tool for finding and learning shortcuts.
    Ø
    New build.
    Alt
    +
    Insert
    You can create new classes, methods, and anything else.
    Ø
    Formatting code: formatting
    import
    List
    Ctrl
    +
    Alt
    +
    O
    , formatting code
    Ctrl
    +
    Alt
    +
    L
    .
    Ø
    Toggle window.
    Alt
    +
    Num
    The common ones are
    1
    -project structure.
    3
    -search results that
    4
    /
    5
    -Run debugging.
    Ctrl
    +
    Tab
    Toggle tabs, the
    Ctrl
    +
    E
    /
    Ctrl
    +
    Shift
    +
    E
    Open recently opened or edited files.
    Ø
    Unit tests.
    Ctrl
    +
    Alt
    +
    T
    Create unit test cases.
    Ø
    Runs.
    Alt
    +
    Shift
    +
    F10
    Run the program that
    Shift
    +
    F9
    Start debugging that
    Ctrl
    +
    F2
    Stop.
    Ø
    Debugging.
    F7
    /
    F8
    /
    F9
    corresponds to
    Step
     into
    , the
    Step
     over
    , the
    Continue
    .
    There are also some customizations I made, such as the horizontal split screen
    Ctrl
    +|, etc., and some amazing little features
    Ctrl
    +
    Shift
    +
    V
    Paste
    copied a long time ago.
    Alt
    +
    Shift
    +
    Insert
    (Block Selection) Goes to column mode for column selection
    
  2. : Ctrl <スパン + <スパン W
  3. File
    ->
    Settings
    ->
    Subversion
    ->
    General
    =>
    Use
     command line client 
    selected
    Use
    command line
    method requires specifying
    svn
    .
    exe
    path, e.g.:
    D
    :
    \tools\TortoiseSVN\bin\svn
    .
    exe
    Note, the installation of
    TortoiseSVN
    Do not include spaces in the path, for example:
    C
    :
    \Program 
    Files
    \TortoiseSVN\bin\svn
    .
    exe
    will report an error.
    Install
    TortoiseSVN
    Select all installed components, otherwise they may not be available
    svn
    .
    exe
    

<スパン 16.svn  コードが同期されない場合の修正

<ブロッククオート

Editor
->
File
Types
=>
Ignore
 files and folders
Add *.
iml
;
In
lgnore files and folesrs
Enter in .
idea
Note the need for
";"
Ending. You can then hide .
idea
Folder now

<スパン <スパン <スパン <スパン 17. ideaのSVNで*.imlファイルを無視するように設定する

<ブロッククオート
  1. File
    ->
     settings 
    ->
     EDITOR COLORS 
    &
     FONTS 
    ->
     FONT 
    ->
     SIZE
    

<スパン <スパン <スパン <スパン <スパン 18. 編集テキストのフォントサイズを変更する

<ブロッククオート
  1. FILE 
    ->
     SETTINGS 
    ->
     FILE ENCODINGS 
    =>
     IDE ENCODING
    FILE 
    ->
     SETTINGS 
    ->
     FILE ENCODINGS 
    =>
    Project
    Encoding
    FILE 
    ->
     SETTINGS 
    ->
     FILE ENCODINGS 
    =>
    Default
     encoding 
    for
     properties files
    FILE 
    ->
     SETTINGS 
    ->
     FILE ENCODINGS 
    =>
    Transparent
    native
    - -
    to
    -
    ascii conversion
    

<スパン <スパン <スパン <スパン <スパン <スパン <スパン 19. IDEAコードの設定

<ブロッククオート
  1. System
    .
    out
    .
    println 
    Shortcut output
    "
    abc
    ".
    sout 
    =>
    System
    .
    out
    .
    println
    (
    "abc"
    );
    In
    eclipse
    The way it is used in
     sysout
    =>
    System
    .
    out
    .
    println
    ();
    for
    loop
     List
    <
    String
    >
     list 
    =
    new
    ArrayList
    <
    String
    >();
    Enter :
     list
    .
    for
    which outputs
    for
    (
    String
     s
    :
    list
    ){
    

<スパン <スパン <スパン <スパン <スパン <スパン <スパン  20. ライブテンプレート

<ブロッククオート

vm options
:
-
Xms256m
- -
Xmx512m
- -
XX
:
PermSize
=
128m
-
XX
:
MaxPermSize
=
256m

<ブロッククオート

to
IntelliJ
 IDEA 
14.0
.
1
Installation
findbugs

Plugin as an example.
(
1
) Online method:Go to
File
->
setting
->
plugins
->
browse repositorits 
Search for the name of the plugin you want to download.
You can find the download address on the right side, and reboot when you are done.
(
2
) Offline installation:
Download
findbugs
Plugin address.
http
:
//plugins.jetbrains.com/plugin/3847,
Download FindBugs-IDEA-0.9.994.zip, install the plugin: go to File->setting->plugins=> Install plugin from disk... 
Locate the jar you just downloaded, click ok, and restart when prompted.
The plugin is installed in C:\Users\xxxxxxxxx\.IntelliJIdea14\config\plugins\ under the plugin name.
Install
iBATIS
/
MyBatis
 min
-
plugin
Plugins

<スパン <スパン <スパン <スパン <スパン <スパン <スパン 21. tomcatのパラメータを設定する

<ブロッククオート
  1. %
    IDEA_HOME
    %/
    bin
    /
    idea
    .
    exe
    .
    vmoptions
    

<スパン <スパン <スパン <スパン <スパン <スパン <スパン 22.プラグインをインストールする際のアイディアの考え方

<ブロッククオート
  1. import
    eclipse web
    The project is published to
    Tomcat
    If you can't find it, you can add it to the environment configuration in the
    Facets
    Add
    web
    Support, in
    Artifacts
    Add the project deployment module name in
    

<スパン 23. アイデア起動時にメモリ構成パラメータを調整する

<ブロッククオート
  1. Each time you open a new
    jsp
    or
    java
    When the file ,
    cpu
    Both are very high, just remove the checks:
    file
    ->
    settings
    ->
    editor
    ->
    inspections
    

<スパン  24. Tomcatに公開するためのeclipseのWebプロジェクトが見つからない場合、インポートする

<ブロッククオート
  1. File
    ->
    setting
    ->
    Buil
    ,
    Execution
    ,
    Deployment
    ->
    compiler
    =>
    Make
     project automatically
    Compilation error resolution
    Error
    

<スパン  25. あなたは新しいjspまたはjavaファイルを開くたびに、CPUは非常に高い、テストを削除することができます。

<ブロッククオート

file
->
settings
->
editor
->
inspections


File
->
setting
->
Buil
,
Execution
,
Deployment
->
compiler
=>
Make
 project automatically


<スパン  26. アイデアは、spring/strutsの連想ファイルのサポートを追加します。

<ブロッククオート
  1. プロジェクト <スパン 設定項目 -> モジュール <スパン ->選択した項目を右クリックして追加します。

<スパン 27.  IDEAでクラス変更後の自動コンパイルが可能に

<ブロッククオート
  1. Compilation error resolution
    
    
    Error
    
    
    
    
    エラー