Fork me on GitHub
#vscode
<
2022-08-09
>
bortexz11:08:43

Interesting new preview vscode feature https://code.visualstudio.com/updates/v1_70#_editor-sticky-scroll I think this could play really well with clojure/lisp sexps

pez11:08:37

Sadly, it doesn't work all that well. Don't know if there is something Calva needs to configure, or if it is a buggy first version of the feature, or if we can't expect to have it support LISP very well...

pez12:08:05

Actually it seems to be mostly a buggy first version. I filed an issue about it. Please upvote: https://github.com/microsoft/vscode/issues/157630

bortexz14:08:54

Upvoted! I noticed that it stopped working, thanks for opening the issue. Also, when it worked it seemed to stop at top level defn or defprotocol (but not defrecord). It would be great if it keeps nesting down