You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #47, the string immediately following a #_ (a.k.a. discard character) turns grey. This works as I expected what is being ignored is a single string and there is no space. The problem arises when what is being commented is a form that is longer than a single string.
Single Line Form with space after #_
Current: Nothing changes color.
Desired: Ignored form becomes grey (as well as unused bindings).
Mutli-line Form with space after #_
Current: Nothing changes color.
Desired: Ignored form becomes grey.
Multi-line Form with no space after #_
Current: Only the first string changes colors and the last parenthesis is underlined in red.
Desired: Ignored form becomes grey.
💻 Details
IntelliJ IDEA 2024.2.4 (Community Edition)
macOS 14.7.1
com.github.clojure-lsp (2.6.2)
The text was updated successfully, but these errors were encountered:
🤔 Problem
With #47, the string immediately following a
#_
(a.k.a. discard character) turns grey. This works as I expected what is being ignored is a single string and there is no space. The problem arises when what is being commented is a form that is longer than a single string.Single Line Form with space after
#_
Current: Nothing changes color.
Desired: Ignored form becomes grey (as well as unused bindings).
Mutli-line Form with space after
#_
Current: Nothing changes color.
Desired: Ignored form becomes grey.
Multi-line Form with no space after
#_
Current: Only the first string changes colors and the last parenthesis is underlined in red.
Desired: Ignored form becomes grey.
💻 Details
IntelliJ IDEA 2024.2.4 (Community Edition)
macOS 14.7.1
com.github.clojure-lsp (2.6.2)
The text was updated successfully, but these errors were encountered: