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
Presently running lexical and next-ls side-by-side for a couple things and noticed lexical's code action for adding an underscore to a variable has a helpful detail, in that it explicitly calls out what it's doing and to which variable in the function head..
Could be a good first issue, since the pieces seem to all be there; that is, IF this is something the elixir-tools team might want/see valuable.
The text was updated successfully, but these errors were encountered:
megalithic
changed the title
Suggestion: change code action for "underscoring" a parameter to "rename to _var_name"
Suggestion: change code action for "underscoring" a parameter to "rename to _param_name"
May 21, 2024
megalithic
changed the title
Suggestion: change code action for "underscoring" a parameter to "rename to _param_name"
Suggestion: change code action for "underscoring" a variable to "rename to _var_name"
May 21, 2024
Presently running
lexical
andnext-ls
side-by-side for a couple things and noticed lexical's code action for adding an underscore to a variable has a helpful detail, in that it explicitly calls out what it's doing and to which variable in the function head..Could be a good first issue, since the pieces seem to all be there; that is, IF this is something the elixir-tools team might want/see valuable.
https://github.com/elixir-tools/next-ls/blob/main/lib/next_ls/extensions/elixir_extension/code_action/unused_variable.ex
The text was updated successfully, but these errors were encountered: