evhub/coconut

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

Open

#668 aberto em 14 de ago. de 2022

Ver no GitHub
 (6 comments) (2 reactions) (0 assignees)Python (116 forks)batch import
good first issuetooling

Métricas do repositório

Stars
 (3.868 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

A cell is defined by:

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

Guia do colaborador