vs 코드 힌트 정의되지 않은 식별자 힌트 불가 변수 vscode 정의가 없습니다

1234 단어
{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "windowsSdkVersion": "8.1",
            "compilerPath": "D:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe",
            "cStandard": "c11",
            "cppStandard": "c++17",
            "intelliSenseMode": "msvc-x64"
        }
    ],
    "version": 4
}

 "includePath": [
                "${workspaceFolder}/**"
]
"${workspaceFolder}/**"를 "${workspaceFolder}"로 변경하면 됩니다.
 
팁: vscode에서 정의를 찾을 수 없습니다. F12로 이동할 수 없습니다.검색:
해결 방법은
Found out that this was caused by the .sln and .csproj files missing. Had to reimport the VSCode asset into unity and that fixed everything.
열린 폴더에.sln 및.csproj
 
알아보지도 못했지만 파일은 다시 폴더를 열면 된다고 생각했어요. 자동으로 새로 만들 거예요. 작업 영역을 닫고 열면 사용할 수 있어요.

좋은 웹페이지 즐겨찾기