evhub/coconut
View on GitHubVS Code extension - being able to execute "cells" using Cmd+Enter in .coco file
Open
#668 opened on Aug 14, 2022
good first issuetooling
Repository metrics
- Stars
- (3,868 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
It is currently not possible to execute cell from .coco file in VS Code.
A cell is defined by:
# %%
"hello" |> print
# %%