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?

VScode tips 備忘録

0
Posted at

Software Design 2022 10月号読んでいた時に学んだtips。おそらく。

マルチカーソル

Alt(macはoption)押しながら他の行クリック

定義へ移動

F12 or Ctl(Macは⌘)

python

  • メソッドには常に引数を一つ書かないといけない、selfにするのが習慣
  • selfはデータ型(データ属性とメソッドの集まり。classで作成。)が自分自身を参照するために必要
  • 自分が所属していない別のモジュールスコープの変数を参照するには、名前を含めて書く必要がある:名前空間(例:import random)
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?