0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

EclipseではYAMLファイルはFileで作成する

Last updated at Posted at 2021-02-15

これまでにやったことがなくて戸惑った・・・いつか同じ過ちを繰り返すので記録しておく

ことのほったんは、YAMLファイルの作成方法がわからなかった。

普通にファイルを作ろうと思って・・・

  1. [Project Explorer] > Ctrl + Nでダイアログ表示
  2. 「yaml」を検索 > ない!
    • image.png

.propertiesファイル用にもプラグインをインストールしていたなぁ。

プラグインをインストールする

  • 環境
    • Windows10 Pro バージョン1909
    • Eclipse IDE for Enterprise Java Developers Version: 2020-09
  1. [Help] > [Eclipse Marketplace..]でダイアログを表示
  2. 「yaml」を検索 > YEditの[Install]ボタンでインストールimage.png
  3. メッセージに促されてEclipseを再起動
  4. [Project Explorer] > Ctrl + Nでダイアログ表示
  5. 「yaml」を検索 > ない!

YAMLファイルはFileで作成する

参考 : Eclipseでymlファイルを作成するには
YAMLファイルは、Fileで作るらしい・・・ぷっ馬鹿だな自分。

  1. [Project Explorer] > Ctrl + Nでダイアログ表示
  2. [General] > [File] > [Next]ボタン
    • image.png
  3. ファイル名を拡張子.yml.yamlにする > [Finish]ボタンで作成

YEditはEclipseのバージョンによってはインストールできない

  • 環境
    • Windows10 Pro バージョン1909
    • Eclipse IDE for Enterprise Java Developers Version: 2019-09 R (4.13.0)
  1. EclipseでYAMLファイルを開こうとしたら
  2. image.pngimage.png
  3. じゃ、YEditをインストールしようと思って[Eclipse Marketplace]のダイアログで見たら[Install]ボタンがないので[Learn more]リンクで画面を開いて[Install]ボタンでインストール・・・できない
    1. image.png
  4. しょうがないのでYaml Editorをインストールした
  5. それでもYAMLファイルは開ける

ん?2020-09にインストールできたのになぜ?

Additional Details
Eclipse Versions:
2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)
YEdit | Eclipse Plugins, Bundles and Products - Eclipse Marketplace

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?