Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 346 Bytes

comment_code.md

File metadata and controls

5 lines (4 loc) · 346 Bytes

Comment / Uncomment code

Rego supports only one type of comment: line comment. This action is bound to native Intellij shortcut for code commenting.
You change this shortcut in Settings -> keypmap -> Comment with Line Comment

note: block comment is not supported, so if you try to perform it on a rego file, nothing will happen.