About 12,900,000 results
Open links in new tab
  1. How can I install Visual Studio Code extensions offline?

    This prevents VSCode from reaching out to the internet and auto-updating your versions to the latest. Then go to the VSCode extensions section and install all of your desired extensions. Copy the …

  2. cursor - Reddit

    An unofficial subreddit for the AI-first IDE by Anysphere - cursor.sh.

  3. Use VSCode REST Client Extension to Call REST APIs From the IDE

    Feb 9, 2022 ·   Developers use a lot of URLs: your app’s URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment....

  4. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · The .vscode folder has JSON objects that content properties such "setting.json", in which one declare the interpreter to use at that the ".vscode" level (refer to What is a 'workspace' in Visual …

  5. 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 …

  6. Get Started with GitHub Copilot with VSCode and Python Extension

    Feb 10, 2023 · GitHub Copilot, integrated with VSCode and Python Extension, uses machine learning to provide intelligent code suggestions and streamline coding tasks for developers.

  7. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · To change the default terminal for your project in Visual Studio Code: Create a folder by name of .vscode Create a settings.json file in this folder: Write the settings you want For example, if …

  8. Which free AI coding assistant do you suggest on VSCode? : r ... - Reddit

    Dec 26, 2023 · 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 …

  9. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · 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 …

  10. How to get VSCode working nicely with Godot and GDScript (with Auto ...

    The thought of using my beloved vscode occurred to me but I thought it was going to be a hassle so I procrastinated trying it. Eventually, I really missed having two separate screens for my code and …