Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

vscodium

  • Florent Gluck's avatar
    Florent Gluck authored
    152f1b04
    History
    Name Last commit Last update
    ..
    README.md

    VSCodium

    How to add a C/C++ code formatter?

    Install the clang-format tool.

    On Ubuntu:

    sudo apt-get install clang-format

    Download the Clang-format VSCode extension here (.vsix): https://marketplace.visualstudio.com/items?itemName=xaver.clang-format.

    In VSCodium:

    1. Click on the "Extensions" icon in the left panel
    2. Click on the "..." at the top right of the extension tab
    3. Select "Install from VSIX..." and select the .vsix file downloaded above

    The extension is now installed and selected C code can be formatted using the "ctrl+shift+i" key combination!

    How to preview a markdown (.md) file?

    Press "ctrl+alt+v"