Visual Studio Code에서 솔루션 파일을 열 수 없습니다.
Windows에 Visual Studio Code를 설치했습니다. VS Code에서 솔루션 파일을 열려고하면 솔루션의 모든 프로젝트를 여는 대신 솔루션 파일이 열립니다. VS Code에서 기존 프로젝트 솔루션을 여는 방법이 있습니까?
VSCode에서 폴더를 열면 자동으로 폴더에서 project.json 또는 솔루션 파일과 같은 일반적인 프로젝트 아티팩트를 검색합니다. 왼쪽 하단의 상태 표시 줄에서 솔루션과 프로젝트간에 전환 할 수 있습니다.
vscode-solution-explorer
확장 사용 :
이 확장은 Visual Studio Code에 Visual Studio 솔루션 파일 탐색기 패널을 추가합니다. 이제 원래 Visual Studio 구조에 따라 솔루션으로 이동할 수 있습니다.
https://github.com/fernandoescolar/vscode-solution-explorer
감사합니다 @fernandoescolar
VSCode is a code editor, not a full IDE. Think of VSCode as a notepad on steroids with IntelliSense code completion, richer semantic code understanding of multiple languages, code refactoring, including navigation, keyboard support with customizable bindings, syntax highlighting, bracket matching, auto indentation, and snippets.
It's not meant to replace Visual Studio, but making "Visual Studio" part of the name in VSCode will of course confuse some people at first.
But you can open the folder with the .SLN in to edit the code in the project, which will detect the .SLN to select the library that provides Intellisense.
Linux에서 .sln 파일이있는 폴더를 열면 다른 사람들이 주장하는 것처럼 "솔루션 + 프로젝트보기"로 전환되지 않습니다 (마켓 플레이스에서 이미 C # 확장을 설치 한 경우에도). 이 끔찍한 UX에 대한 해결 방법은 특정 .cs 파일을 연 다음 백그라운드에서 Mono를 다운로드하는 것입니다 (그리고 .NETCore를 다운로드하라는 메시지를 표시 할 수도 있음).
참조 URL : https://stackoverflow.com/questions/29972270/cannot-open-solution-file-in-visual-studio-code
'IT Share you' 카테고리의 다른 글
Angular2 : 외부 js 파일을 구성 요소로 가져 오기 (0) | 2021.01.06 |
---|---|
Top 1 필드를 선택하고 지역 변수에 할당 (0) | 2020.12.15 |
리스너가 람다로 대체 될 수 있다는 것은 무엇을 의미합니까? (0) | 2020.12.15 |
ASP.Net-Core의 사용자 지정 인증 (0) | 2020.12.15 |
Log4Net "스키마 정보를 찾을 수 없습니다"메시지 (0) | 2020.12.15 |