About 28,200,000 results
Open links in new tab
  1. Newest Questions - Stack Overflow

    Stack Overflow | The World’s Largest Online Community for Developers

  2. 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 have a curated list of frequently asked questions. Top FAQ questions include:

  3. Markdown Editing Help - Stack Overflow

    Note that, unlike code blocks, code spans require you to manually escape any HTML within! If your code itself contains backticks, you may have to use multiple backticks as delimiters: The name `` Tuple`2 `` is a valid .NET type name.

  4. Newest 'python' Questions - Stack Overflow

    Python Hello, I am typing the code for sending sms if the sms message has spaces in the character, it will not be sent [closed] import pandas as pd import subprocess import time def send_sms(): df = pd.read_excel("contacts.xlsx") for index, row in df.iterrows(): print(f"Обработка номера: {row['Номер']}")...

  5. 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 documentation in vscode-jupyter. This contextual help issue is being tracked here on vscode-jupyter GitHub.

  6. 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 them, but if your question generally covers… one or more of: a specific programming problem, or; a software algorithm, or; software tools commonly used by ...

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

    Mar 23, 2020 · My problem was that running VS Code with elevated permissions was not automatically updating and there was no option to Update in the Command Palette, Help, or System menus. Auto-update was set to default in VS Code settings (tried them all) but I couldn't see updates 'until I reinstalling using System installer instead of User installer.

  8. How do I ask a good question? - Help Center - Stack Overflow

    Introduce the problem before you post any code. In the body of your question, start by expanding on the summary you put in the title. Don't just skip straight to the code! It is often helpful to provide some background contextual information, and describing your problem in words is almost as important as describing it with code.

  9. How to step through Python code to help debug issues?

    s: step through the code; n: to go to next line of code; l: list source code for the current file (default: 11 lines including the line being executed) u: navigate up a stack frame; d: navigate down a stack frame; p: to print the value of an expression in the current context

  10. How can I disable hover tooltip hints in VS Code?

    Dec 13, 2023 · Here's the noob version, assuming you know little about VS Code (like me). Windows. VS Code version: 1.37.1. While in VS Code: press F1 then type "settings" or "preferences" - then click "Preferences: Open User Settings" - or - from top menu: File>Preferences>Settings - or - hotkey: ctrl+, in the settings pane, type "hover" (no need to …

Refresh