Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Julia Foldable CellsNew to Visual Studio Code? Get it now.
Julia Foldable Cells

Julia Foldable Cells

Miguel Masó

|
3 installs
| (0) | Free
Enable folding cells in Julia files based on markdown comments
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Julia Foldable Cells

The Julia Language Extension provides the definition of cells of code by the syntax ## at the begining of a line. This extension enhances the cells by adding the possibility to fold them.

Features

  • Provide folding of cells defined by ##.
  • Keep a reasonable folding according to the structure defined by the Julia syntax.

Known Issues

This extension overrides the default folding of VSCode. Hence, it has been needed to re-implement the structural folding of the Julia language. The current implementation has some limitations:

  • Do not match end at the not being at the first column
  • Do not match begin, do, if, quote, try blocks not begining at the first column
  • When an unmatched keyword is followed by an unmatched end, there will happen a wrong folding, e.g.:
if 1 + 1 ≈ 2 true else false end
sqrt_zero(x) = try
    sqrt(x)
catch
    0.0
end

Release Notes

0.0.1

  • Initial release.

0.0.2

  • Added support for first implicit cell.
  • Fixed broken support for structure (condtionals, loops).
  • Fixed support for nested structure (inner loop, inner functions...).
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft