Visual Studio
-
[VS] Code Intellisense, Code CompletionsVisual Studio 2025. 1. 9. 08:06
Copilot code completions tab키 안먹힐 때체크박스 체크하면오른쪽 화살표키로 가능. https://github.com/orgs/community/discussions/49212" right arrow key to accept the suggestion from copilot. I have ..." data-og-host="github.com" data-og-source-url="https://github.com/orgs/community/discussions/49212" data-og-url="https://github.com/orgs/community/discussions/49212" data-og-image="https://scrap.kakaocdn.net/dn/q5qG6/h..
-
-
[VS] 글자 간격 띄어져서 이상하게 타이핑 쳐 질 때Visual Studio 2024. 12. 20. 15:56
글자 간격 띄어져서 이상하게 타이핑 쳐 질 때 Alt + = https://anythingcafe.tistory.com/5 [visual studio,.net,c#] 영어나 숫자 사이에 간격이 벌어져서 타이핑 될 때 해결법종종 visual studio 뿐만 아니라 ms에서 제공되는 모든 프로그램들을 사용하다보면 아래 그림과 같이 영어 나 숫자 사이에 간격이 벌어지는 경우가 있다. 위 : 정상적으로 작성된 경우 아래 : 영어와anythingcafe.tistory.com
-
[VS] 설치 프로그램 만들기Visual Studio 2024. 12. 19. 14:47
PublishPublish시 .exe 파일 하나로 떨굼true .exe 단일 파일 생성 Windows Service program https://learn.microsoft.com/ko-kr/dotnet/core/extensions/windows-service-with-installer?tabs=wix Windows 서비스 설치 프로그램 만들기 - .NETWindows 서비스 설치 프로그램 프로젝트를 만드는 방법을 알아봅니다.learn.microsoft.com 설치프로그램 어떤 방법으로 만들지 선택. Wix 방법 Package.wxs ..