vscode editor 자체 글씨 크기 확대 축소 https://hianna.tistory.com/550 [VSCode] 화면 확대 / 축소 (메뉴 글자 크기 조정)지난번에는 VSCode의 소스 에디터의 글자 크기를 조정하는 방법을 알아보았습니다. [VSCode] 글자 크기, 폰트 사이즈 조정하는 2가지 방법 [VSCode] 글자 크기, 폰트 사이즈 조정하는 2가지 방법 Visual Sthianna.tistory.com 확대 Ctrl +축소 Ctrl - 컴퓨터/vscode 2025.02.22
C++ vscode에서 따라하기 - 홍정모 tasks.json 경로에 한글 있으면 안됨 https://www.youtube.com/watch?v=UqCZda8DLGc main.cpp/* 홍정모 연구소 https://honglab.co.kr/*/#include // iostream이라는 헤더를 포함(include)using namespace std; // 네임스페이스 설명 std::coutint main() // entry point{ // 주석(comment) 다는 방법 cout C/C++ Edit Configuration 설정--------------------Ctrl+Shift+Pc++ edit con 입력하면C/C++: Edit Configurations (UI)Compiler path 설정 C:/mingw64/bin/g++.exeIntelliSense mode 설.. 컴퓨터/vscode 2024.08.09
vscode extensions extensions https://www.youtube.com/watch?v=ltvaJ6vr19M&list=PL-eeIUD86IjQuP9iDbQn_1eMHlPB_qdgY&index=1 https://violetboralee.medium.com/vscode%EC%97%90%EC%84%9C-bracket-pair-colorizer-%EC%82%AD%EC%A0%9C%ED%95%98%EA%B3%A0-%EB%82%B4%EC%9E%A5-%EA%B8%B0%EB%8A%A5-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-e75558a87990 VSCode에서 Bracket Pair Colorizer 삭제하고 내장 기능 사용하기(updated) 여는 괄호에 대응하는 닫는 괄호를 쉽게 찾게 해주는 Vis.. 컴퓨터/vscode 2023.01.14
vscode python debug 중단점 작동 안함 https://stackoverflow.com/questions/56794940/debugger-not-stopping-at-breakpoints-in-vs-code-for-python Debugger Not Stopping at Breakpoints in VS Code for Python I have just installed VS Code and the Python extension, and I have not been able to get the debugger to work. Every time I try to use the debugger, it just skips over any breakpoints that I have se... stackoverflow.com 컴퓨터/vscode 2022.05.25
vscode snippets python pyqt5 https://singa-korean.tistory.com/44 [VSCode] User Snippets 설정 & 사용법 1. User Snippets이란? 코딩을 할 때 반복적으로 작성해야하는 코드들이 분명히 있다. 이 반복되는 틀을 간편하게 불러오기 위한 기능이 User Snippets이다. VSCode에서 리액트의 컴포넌트 코드를 만들어 singa-korean.tistory.com import sys from PyQt5.QtWidgets import QApplication, QWidget, QHBoxLayout, QVBoxLayout from PyQt5.QtCore import Qt class MyApp(QWidget): def __init__(self): super().__init__() self.. 컴퓨터/vscode 2022.05.14
vscode powershell 업그레이드 Invoke-Expression "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI" 컴퓨터/vscode 2022.05.12
No name 'QApplication' in module 'PyQt5.QtWidgets'pylint(no-name-in-module) blog.bracket.kro.kr/93 컴퓨터/vscode 2020.10.29