formulahendry / formulahendry/vscode-code-runner
Support for column selection
- Lingua principale
- TypeScript
- Stelle
- 2.4k
- Fork
- 351
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi,
suppose I have the ruby code below
```
# puts 1
# puts 2
# puts 3
```
Note that the code is commented. I'd like to run this code without uncommenting the lines. I believe the easier way to do this would be by using "column select" (Alt+Shift+Drag) to select the code without the `# ` character and `Run Code`. Unfortunately, this procedure runs only the **first line of code** and ignores the subsequent ones.
Is there a better way to accomplish this? Could you add support for column-selected code?
Regards
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Non sono indicati file sorgente né test. Riproduci il problema in VS Code usando Alt+Shift+Drag sul frammento Ruby commentato e selezionando Run Code; segui come l’estensione legge le selezioni dell’editor. Il lavoro è completato quando vengono eseguite tutte le righe di una selezione a colonna, anziché solo la prima.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript, vscode
- Ambito
- developer-experience, tooling
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100