LoginSignup
3

More than 5 years have passed since last update.

UnityでVSCode使ってたらインテリセンスなどが効かなくなった話

Posted at

VSCodeでインテリセンスが効かない

普段Unityでアプリケーションを開発するのにVSCodeを使用しているが、ある日VSCodeをアップデートすると急にインテリセンスが効かなくなったり、メソッドの参照数が表示されなくなったことがあった。

Hoge_cs_-_Hoge.png

OmniSharpのログを見ると何やらエラーが出力されていた。

Hoge_cs_-_Hoge.png

対処法

VSCodeの公式サイトに記載されてた...

Visual_Studio_Code_and_Unity.png

ExtensionのC#をアンインストールし、Legacy C# Supportをインストールしたら直った。

Hoge_cs_-_Hoge.png

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
3