About 17,400,000 results
Open links in new tab
  1. Markdown Editing Help - Stack Overflow

    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 and press CTRL …

  2. How to create a Minimal, Reproducible Example - Help Center

    When asking a debugging question, people will be better able to provide help if you provide code as text in your question that prospective answerers can easily understand and use to …

  3. Visual Studio Code Automatic Imports - Stack Overflow

    I'm in the process of making the move from Webstorm to Visual Studio Code. The Performance in Webstorm is abysmal. Visual studio code isn't being very helpful about finding the …

  4. How to understand existing projects - Stack Overflow

    Here are some good steps to consider before diving into the source code of any project you never looked into. 1st step - try to understand the purpose of the project (first overview then at low …

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

    In Java/C# you can easily step through code to trace what might be going wrong, and IDE's make this process very user friendly. Can you trace through python code in a similar fashion?

  6. vscode keybinding - How can I trigger the hover info widget in VS …

    In code will offer symbol hints - function names, variable names within the current scope, known properties, etc. Is case in sensitive. Matches all contained characters - they do not have to be …

  7. How do I format my posts using Markdown or HTML? - Help Center

    Here are some tips for common formatting scenarios; more details are available on our advanced editing help page. Code Blocks Indent four spaces to create an escaped <pre> <code> block: …

  8. The VSCode `code .` command is not working in the …

    Adding the code executable to your PATH for use in the Git Bash or MSYS2 terminals If you're trying to run the code command in Windows in a Git Bash (from Git for Windows) terminal, or …

  9. How do I search? - Help Center - Stack Overflow

    Advanced Search Options: We offer a number of advanced search operators to help you find very specific information. Range Operators To search for only questions that fall within a particular …

  10. What is the coolest thing you can do in <10 lines of simple code?

    Dec 31, 2011 · I'm looking for the coolest thing you can do in a few lines of simple code. I'm sure you can write a Mandelbrot set in Haskell in 15 lines but it's difficult to follow. My goal is to …