About 36,600 results
Open links in new tab
  1. Code::Blocks Forums - Index

    5 days ago · Code::Blocks Forums - Info Center Recent Posts Re: Version 25.03 won't build any of my previously working programs? by bad_terminal (Using Code::Blocks) Yesterday at …

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

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

  4. How to embed code examples into a docstring? - Stack Overflow

    How can I embed code into a docstring to tell Sphinx to format the code similar as it will be done in Markdown (different background colour, monospaced sans-serif font)? For example to …

  5. How to format an inline code in Confluence? - Stack Overflow

    How can I format an inline code in Confluence like this? I mean, not a separate code block, but just inline classname, for example.

  6. How do you display code snippets in MS Word preserving format …

    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 …

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

    276 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 …

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

  9. 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.

  10. Inserting code in this LaTeX document with indentation

    Jul 4, 2010 · As mentioned in a few other answers, there's also the minted package, which provides the \mintinline command. Like \lstinline, \mintinline provides the same syntax …