Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
検索しましたが、Visual Studio Code で参照 (またはコードレンズを完全に) を無効にする方法に関する情報は見つかりませんでした。それらはまったく役に立たず、私にとって迷惑です。
更新: VSCode の新しい設定エディターでは、検索で codelens と入力し、結果の最初のチェックボックスをオンにするだけです。
私にとって、それを修正した設定は次のとおりです。
"editor.codeLens": false
ユーザー設定のjsonファイルに。
に行って無効にしましたfile | preferences | settings
file | preferences | settings
ついに:
Workspace | Text Editor | (scroll down a little)
この機能のオン/オフをすばやく切り替えるショートカット:CTRL+SHIFT+P Toggle TypeLens
CTRL+SHIFT+P
Toggle TypeLens