pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
235 stars 38 forks source link

Insert double hash comments #71

Open Adrien79 opened 6 years ago

Adrien79 commented 6 years ago

Nim's DocGen comments are prefixed by a double hash: https://nim-lang.org/docs/docgen.html

With VSCode, I can either insert and remove a single hash, or multiple hashes separated by whitespace. But I don't find a way to insert or remove a double hash, I think this would be useful.