Block Comments in Clojure

后端 未结 9 1433
渐次进展
渐次进展 2021-01-31 01:13

How do I comment multiple lines in Clojure?

9条回答
  •  南方客
    南方客 (楼主)
    2021-01-31 01:14

    For a long comment block, Macros #_ or (comment ...) didn't work as proprietarily, then I did comment block with VSCODE(OS X).

    1. Highlight the comment block.
    2. press command+shift+p in vscode.
    3. find "Add Line Comment"

提交回复
热议问题