Visual Studio Code - Reddit Built a vscode extension to copy text and files into chatgpt webapp using commands Found it slightly inconvenient to copy code - sometimes whole files - into chatgpt when I wanted to ask something or have it generate test cases etc
Where is the . vscode folder located? - Stack Overflow This question is similar to: what is vscode folder? and why did it automatically created when I run live server? If you believe it’s different, please edit the question, make it clear how it’s different and or how the answers on that question are not helpful for your problem
How to disable AI autocomplete in VS Code? - Stack Overflow In around July 2025, VS Code introduced some kind of AI autocomplete I want to turn it off All the previous options like github copilot enable or github copilot editor enableAutoCompletions don't
VS Code cant find Python - Stack Overflow Reinstalling VSCode was probably unnecessary In my experience, that's only required if you mess up VSC's internal program files What might have helped though was restarting VSC as part of that process
How do you format code in Visual Studio Code (VSCode)? For all those struggling to get the formatting work even after trying the valid combinations in Visual Studio Code, don't forget to select the appropriate programming language type, it is at the bottom right in visual studio code window next to that smiley Once you do that I found it works out of the box and you don't need any additional plugin to format code
CodeTour VSCode extension allows you to produce interactive guides . . . CodeTour is a Visual Studio Code extension, which allows you to record and playback guided walkthroughs of your codebases It's like a step by step guide or table of contents of activities to undertake CodeTour is perfect for the development of walkthrough, tutorials and interactive hands on lesson and guides or for use when you want to on board new teaching, learning or research partners
What are the differences between Visual Studio Code and Visual Studio . . . 4 In short, VSCode heavily promotes (Microsoft's) TypeScript compiler, and bundles first-class support for the language, which makes the editor web-centric, while Visual Studio is primarily used for Microsoft's native, C-family, Windows XBox stuff
c++ - #include errors detected in vscode - Stack Overflow I opened vscode c_cpp_properties json, which somehow existed in my workspace even though I never created nor needed it, and added a configurationProvider key to my configuration with a value of ms-vscode cmake-tools: "configurationProvider": "ms-vscode cmake-tools" All my include errors went away