Hi all!
I just released Julia Cell Highlighter (GitHub), a VS Code extension that highlights the current Julia code cell and adds CodeLens actions to run cells.
Key features:
- Highlights the current cell as you move the cursor
- Follows Julia’s
julia.cellDelimiterswhen available - CodeLens buttons: [Run Cell] / [Run Cell and Move]
- Visual separator lines above delimiters (independent from highlighting)
- Exclude folders from highlighting/CodeLens while keeping separators
If you work with long .jl scripts and cell-style workflows, this should make navigation much clearer. Feedback and suggestions are welcome!
Background & Related Threads
This topic has been discussed in the Julia community for a long time. Here are representative threads that cover cell delimiters, execution behavior, and visual separation:
Julia Discourse
- Dividing Julia file in sections (VS Code)
- Run full code on VSCode
- How to run code cell in a REPL that I already opened in VS code?
julia-vscode GitHub Issues
