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.
私のコードが次のいずれかを行う場合:
#include "file.h" #include <file.h>
#include "file.h"
#include <file.h>
これらのファイルにジャンプするにはどうすればよいですか? 「すばやく検索」と「インクルード ファイルのポップアップ」ドロップダウン '#' メニューを認識していますが、これらはどちらもローカル インクルードに対してのみ機能します。
私は一度方法を見つけたと確信していますが、Macでの作業をしばらくやめたときに忘れてしまい、今では再び見つけることができません:(
インポートでコマンドをクリックしてみましたか?