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
If you're able to use the newest PureScript release 0.11.7 (released a couple of days ago) you can (setq psc-ide-editor-mode t) which should fix this behaviour. I didn't make it the default, because I don't want to break people's existing setups.
I noticed that go to definition stops working after a source file is edited.
Only after doing a
pulp build
followed by apsc-ide-load-all
, the positions are updated and the goto works properly.The easiest way to reproduce is to introduce two values:
and try to jump to
x
from the definition ofy
.Is there some configuration that I might be missing?
The text was updated successfully, but these errors were encountered: