vscode

bortexz 2022-08-09T11:02:43.568859Z

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

pez 2022-08-09T11:14:37.206469Z

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...

pez 2022-08-09T12:15:05.575219Z

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

bortexz 2022-08-09T14:08:54.391779Z

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