quarto-dev / quarto-dev/quarto
Add comment-pipe shortcuts to IDE editor modes
Open
@cscheid is already working on this.
Since Apr 5, 2022.
enhancement
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
(cf. https://github.com/quarto-dev/quarto-cli/discussions/528)
IDE modes should have a shortcut that adds a comment-pipe to a code cell. In general, the IDE will have to know about comment syntax for a number of different languages, but I think it should be possible for us to do the right thing in RStudio, in the VS Code extension, and in emacs.
In general, we'd want to add a custom API entry point to our (future) LSP.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.