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
How to disable autocompletion hints? : r vscode - Reddit Open Settings: Press Ctrl + , to open the Settings Configure C# Specific Settings: In the settings search bar, type csharp to filter the settings related to C# Disable Accept Suggestion on Tab: Note : This solution disables acceptance of suggestions on Enter instead of removing gray useless suggestions Type editor acceptSuggestionOnEnter in the search bar Set this option to off Disable
How to open VS Codes settings. json file - Stack Overflow 6 On Windows, the default keybind to open the settings UI within VSCode is Ctrl + , From there, there is a button at the top right to "Open Settings (JSON)": That is one way to get to it For convenience, I have bound Ctrl + Shift + , to opening the settings JSON For reference, the setting ID for that is
Ctrl + Click go to definition not working. : r vscode - Reddit A bunch of stuff (including go to definition) is missing from the right click menu, intellisense is not working right, and F12 doesn't do anything It's like all of the "intelligent" features of VSCode just turned off I'm guessing there's some simple fix but I'm new to VSCode Uninstalling and reinstalling the Python extension did not fix the
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
Which free AI coding assistant do you suggest on VSCode? : r . . . - Reddit Which free AI coding assistant do you suggest on VSCode? I've tried TabNine but has this sin of refactoring my code even when I ask only to suggest a documentation for it Yet for now I think it's still the most useful free one on the market I've tried others but still none has been proven as satisfying Any suggestions?
What do you guys use for spell checking code? : r vscode - Reddit I'm not sure what you are asking for, since strings on their own can't "throw an error", but if you're looking for a spell-checking extension, check out Code Spell Checker, probably the most popular spell-checking extension for VS Code I've been using it for a couple of years now, and I'm satisfied