-
-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
component: hls-retrie-pluginlevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request
Description
I've noticed that quite often when refactoring code it ends up with some function being used only in one place or body of a function being simplified so it no longer makes sense to have it separate. For both cases I usually inline a function which is completely mechanical process, thanks to referential transparency in Haskell.
Could we have a "inline function" code action which will basically just replaces function application with function's body?
jneira, Ailrun, ishantheperson and Profpatsch
Metadata
Metadata
Assignees
Labels
component: hls-retrie-pluginlevel: easyThe issue is suited for beginnersThe issue is suited for beginnerstype: enhancementNew feature or requestNew feature or request