cody
cody copied to clipboard
Wrong comment syntax for Starlark and Bash files
Version
01bc8503f09092c178ca8806d5202c9686edd812
Describe the bug
Steps to reproduce
- Set up a simple Bazel project (see https://github.com/sourcegraph/jetbrains/issues/1719 for instructions)
- Open the
BUILDfile. - Select one of the target definitions and invoke "Document code".
- The generated comment will be delimited by
/* */(like in Java). This is incorrect syntak for Starlark.
Expected behavior
In Starlark, comments are marked by a # at the beginning of the line (like in Python).
Additional context
No response