본문 바로가기

webdesign/VisualStudio

Visual Studio Code: retrieve full file path https://ivan-lim.com/show-full-file-path-visual-studio-code How to show full file path in Visual Studio Code - Ivan Lim Web & Database Services Learn how to show the full file path in Visual Studio Code with this step-by-step guide. ivan-lim.com code > setting > search 'window title' > window title: Set the title(default: '${activeEditorShort}${separator}${rootName}${separator}${profileName}') t.. 2023. 12. 4. 18:19 더보기
VS : Remove MDN references from Visual Studio Code apparently, there seems to be no way to disable the whole MDN box pop-up and not the other pop-ups (color picker). 😱 Is there a way to disable "MDN References Intellisense" popup (for HTML & CSS) in VS Code? Code -> Preferences -> Settings Search "editor hover enabled" and disable checkbox. This actually turns hover off completely; so I found changing "editor hover delay" to 3000 (3 seconds) cur.. 2022. 1. 27. 16:40 더보기
VS : Emmet snippets Emmet Documentation HTML All unknown abbreviations will be transformed to tag, e.g. foo → . link link:css link:print link:favicon link:touch style script script:src img a a:link a:mail br hr SYNTAX Child: > nav>ul>li Sibling: + div+p+bq Grouping: () div>(header>ul>li*2>a)+footer>p (div>dl>(dt+dd)*3)+footer>p Multiplication: * ul>li*5 Naming and numbering: $ ul>li.sample$*5 h$[title=topic$]{Headl.. 2022. 1. 13. 04:31 더보기
VS setting / extension 관련글 : Extensions-in-Visual-Studio-Code-prettier https://code.visualstudio.com/docs/getstarted/settings Visual Studio Code User and Workspace Settings How to modify Visual Studio Code User and Workspace Settings. code.visualstudio.com VS Code provides two different scopes for settings: User Settings - Settings that apply globally to any instance of VS Code you open. Workspace Settings - Settings .. 2021. 9. 5. 06:32 더보기
VS command palette code.visualstudio.com/docs/getstarted/userinterface#:~:text=VS%20Code%20is%20equally%20accessible,for%20the%20most%20common%20operations. Visual Studio Code User Interface A quick overview of the Visual Studio Code user interface. Learn about the editor, window management, and special UI to handle source control, extension management, full text search and more. code.visualstudio.com command pale.. 2021. 1. 21. 21:07 더보기
VS extension prettier / edit settings.json from the command palette 관련글 : VS-setting-extension https://www.digitalocean.com/community/tutorials/code-formatting-with-prettier-in-visual-studio-code https://code.visualstudio.com/docs/getstarted/settings https://prettier.io/docs/en/ignore.html#css To exclude files from formatting, create a .prettierignore file in the root of your project. It’s recommended to have a .prettierignore in your project! This way you can r.. 2021. 1. 16. 07:40 더보기
visual studio shortcuts Ctrl+K+C/Ctrl+K+U : Comment Code Block link Ctrl + / (slash) : Comment Code Block link holding Option + Ctrl + / (slash) : Comment out multiple lines in different positions link Option + click : edit multiple line in different positions Option + command +up/down key : edit multiple lines Shift + Option + up/down key : copy the single line Option + Up/Down : Move Code link shift + up/down key : m.. 2021. 1. 8. 22:47 더보기
visual studio code can’t be opened because apple cannot check it for malicious software https://stackoverflow.com/questions/58457958/visual-studio-code-cant-be-opened-because-apple-cannot-check-it-for-malicious Visual Studio Code can't be opened because "Apple cannot check it for malicious software" I have downloaded Visual Studio Code for the first time but I keep getting message below: "Visual Studio Code" can't be opened because Apple cannot check it for malicious software. This.. 2019. 12. 19. 23:13 더보기