evhub/coconut

VS Code extension - being able to execute "cells" using Cmd+Enter in .coco file

Open

#668 建立於 2022年8月14日

在 GitHub 查看
 (6 留言) (2 反應) (0 負責人)Python (3,868 star) (116 fork)batch import
good first issuetooling

描述

It is currently not possible to execute cell from .coco file in VS Code.

A cell is defined by:

# %%
"hello" |> print 
# %%

貢獻者指南