About 16,900,000 results
Open links in new tab
  1. Code Helper process by VS Code eating my cpu - Stack Overflow

    Dec 19, 2022 · 3 I try F1 > Help: Troubleshoot Issue to disable all extensions and reset personal settings.json. The process still eating my cpu. Then I kill that process with htop and restart the …

  2. visual studio code - Disable all hints and suggestions in VSCode ...

    Mar 14, 2024 · Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your …

  3. Show complete documentation in VS Code - Stack Overflow

    Aug 1, 2020 · This will give you the complete documentation you are looking for, just within the code cell, unfortunately not a pop out window like Jupyter Notebook. Example of …

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

  5. Why is "Check for Update" missing and updating if VS Code is …

    6 I have to start VS Code in Administrator mode on Windows (UAC). As soon as I do that, the Help menu does not display "Check for Updates" anymore. VS Code is not updating anymore. …

  6. Markdown Editing Help - Stack Overflow

    Markdown help Code and Preformatted Text Indent four spaces to create an escaped <pre> <code> block: printf("%d\n", 42); /* what was the question again? */ You can also select text …

  7. What topics can I ask about here? - Help Center - Stack Overflow

    Stack Overflow is for professional and enthusiast programmers, or anyone who writes code because they love it. The best Stack Overflow questions generally have a bit of source code in …

  8. How to update VS Code on Windows? - Stack Overflow

    Mar 23, 2020 · VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'. If the …

  9. Help center - Stack Overflow

    Welcome to the Stack Overflow Help Center! If you are unable to find the answer you need here, you can also search for or ask a question about Stack Overflow on Meta Stack Overflow! We …

  10. Finding the source code for built-in Python functions?

    Since Python is open source you can read the source code. To find out what file a particular module or function is implemented in you can usually print the __file__ attribute. Alternatively, …