Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
199 stars 29 forks source link

Pressing return mid-expression jumps back to start of line #101

Closed jryans closed 1 year ago

jryans commented 1 year ago

Pressing Return in the middle of an expression forces you back to the start of the line unexpectedly.

For example, with the following:

(define (bob); <- place cursor here, then press Return 
  (+ 1 2))

Seems to be a langserver bug, investigation in progress...

jryans commented 1 year ago

I am working on a fix for this over in https://github.com/jeapostrophe/racket-langserver/pull/100.

jryans commented 1 year ago

The langserver fix for this has been merged. 🎉