workspace command: inline a private function to an anonymous one · Issue #437 · elixir-tools/next-ls · GitHub
More Web Proxy on the site http://driver.im/
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
A workspace command that inlines a private function
Example:
Hovering square in the
run
function should and using the workspace command should result in:Consider the following scenarios:
square(3)
should be converted to their anonymous counterpart:square.(3)
The text was updated successfully, but these errors were encountered: