Skip to content
Snippets Groups Projects
Select Git revision
  • e2f54e22200ec52f4c8b84d9ea70b51ca50fbc8a
  • master default protected
  • covid
  • multiple_files
  • fourier_coeff
  • headers
  • revampProbStat
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • untagged-5f91b9934a0d64190e08
  • untagged-185a5c9790d5fd86d5a7
  • untagged-d08ea895726d1693fe75
  • untagged-0a69f730a9edf8f452c2
  • untagged-da21599a55453b349309
  • untagged-c23b343a32e6ba6b41ef
  • untagged-f970fb8b2d5aa387c7e1
  • untagged-82bd404cbb7da09ef714
  • untagged-9d1a8d01c160be73c2d7
  • untagged-a7d0fd1e09f98f58b2e7
  • untagged-67162b0c997bec772454
  • untagged-e4eb7c83718bffcd6dc3
  • untagged-942bdedb39bd9d9a9db2
  • untagged-2023d0fb6c34f29165ee
27 results

tpFourier

Name Last commit Last update
..
vscodium/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"