Fork me on GitHub
#conjure
<
2022-07-28
>
Martynas Maciulevičius16:07:05

It's also weird that I can't jump to definition if I have a commented-out form like this:

(ns my-ns
  (:require 
    [malli.core]
    #_[c|heshire.core]))  <---- jump to definition doesn't work here
Is it something that's fixable in LSP? I can jump there if I'm via nREPL though.

nate17:07:58

Discard forms (`#_`) are completely ignored. I asked about it in #lsp: https://clojurians.slack.com/archives/CPABC1H61/p1658794313024479

nate17:07:03

so it won't work