LoginSignup
0
0

More than 1 year has passed since last update.

GithubCopilotの補完が効かなかった時の解決方法

Posted at

事象

Github Copliotでコメントを書いても補完候補がでてこないことがあった

# 引数二つを足し算する

本来上のようなコメントをすると、以下のように候補を出してくれる

# 引数2つを足し算する
def add(a, b):
    return a + b

出なくなってしまったので調べた。

解決策

出力のログを見ればOK。
出力ログはターミナルがでていれば、ターミナルの左に表示があるのでそこを押下すればよい。
もしくは表示(View)→出力(Output)でも出力ログはみれる。

自分は以上で見れた。以上で解決しなければログを見て原因を特定すべし。

参考

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