About 36,400 results
Open links in new tab
  1. How do I fold/collapse/hide sections of code in Visual Studio Code?

    Learn how to fold, collapse, or hide sections of code in Visual Studio Code effectively for better code organization and readability.

  2. Code::Blocks Forums - Index

    3 days ago · Welcome, Guest. Please login or register. Did you miss your activation email?

  3. How to indent/format a selection of code in Visual Studio Code?

    278 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when selecting …

  4. How to run c++ program in code block?

    Jan 21, 2019 · Re: How to run c++ program in code block? « Reply #1 on: January 22, 2019, 02:09:32 pm » You have to select the right compiler for your project: Project->Build options->select the the …

  5. How can I comment multiple lines in Visual Studio Code?

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some shortcut? If …

  6. How can I time a code segment for testing performance with Pythons ...

    code_block t1 = time.time() total = t1-t0 This method is not as exact as timeit (it does not average several runs) but it is straightforward. time.time() (in Windows and Linux) and time.clock() (in Linux) …

  7. How to highlight bash/shell commands in markdown?

    Per the documentation from GitHub regarding GFM syntax highlighted code blocks We use Linguist to perform language detection and syntax highlighting. You can find out which keywords are valid in the …

  8. How do you display code snippets in MS Word preserving format and ...

    Dec 23, 2008 · It has Online Addin called "Code Format" . Install that Office Addin and in your word doc you can just select all code (even multiple pages) and click convert it button from the Code Format …

  9. c - codeblocks can't find my compiler - Stack Overflow

    The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. I don't know why it can't find my compiler or why it's looking for GNU GCC compiler when I have …

  10. How should I use Outlook to send code snippets? [closed]

    Jul 20, 2009 · Is there some way to put code in <pre> blocks or something that tells Outlook to ignore all these rules and format code the way I want it to? If not, what ways have you found to send code …