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
This is definitely not something I want to do without psc-ide support. @kritzcreek where do you think such issues should be tracked? I guess the main purescript repo I'm just hesitant of spamming with psc-ide issues.
few ideas :
module renaming
let's say you're in
Foo.Bar.Baz
modulerename Module would popup an input field containing
Foo.Bar.Baz
, with only Baz being selected.Basically, changing
Foo.Bar.Baz
toFoo.Bar.Plop
wouldmodule Foo.Bar.Baz where
is changed tomodule Foo.Bar.Plop where
module Foo.Bar.Baz where
would changed toFoo.Bar.Plop
📝 I have the impression that points 2. and 3. could be made easilly by just doing a mass rename of all
Foo.Bar.Baz
string occurences toFoo.Bar.Plop
it could also handle
Foo.Bar.Baz
moves toFoo.Yolo
Foo.Bar.Baz
moves toFoo.Bar.Baz.Plop
module creation
let's say you're in
Foo.Bar.Baz
moduleadd module would just popup a input string containing
Foo.Bar.
etc.
The text was updated successfully, but these errors were encountered: