1
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.

Visual Studio CodeでFlutterのIconのサンプルイメージを表示する備忘録

Last updated at Posted at 2020-07-06

Flutterでアイコンを表示させたいときに、アイコン候補のサンプルイメージも同時に表示されるが、私のVisual Codeは言うことを聞いてくれなかったため、どうすれば解決できるのか調べたので、そのログを残す目的で書きます。

前提
・Visual Studio Codeを利用している。
・Flutterの拡張機能をインストールしている。

Icons.で候補が表示されるが、下の画像のようにサンプルイメージは表示されない。

スクリーンショット 2020-07-06 22.36.44.png

画像をよく見るとIcon...>と表示されている部分があるので、そこをクリックする。
(そもそもここが表示されていない場合は、該当箇所までマウスカーソルを持ってくると表示される。)

スクリーンショット 2020-07-06 22.36.53.png

するとサンプルイメージが表示される。
非常に簡単ですね。

1
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
1
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?