Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add refactor alias command #206

Merged
merged 6 commits into from
Apr 20, 2024

Conversation

NJichev
Copy link
Contributor

@NJichev NJichev commented Mar 9, 2024

Refactors the workspace commands a bit as well

@NJichev NJichev changed the title Add refactor alias command feat: add refactor alias command Mar 9, 2024
@@ -77,7 +75,7 @@ local define_user_command = function()
complete = function(_, cmd_line)
local cmd = vim.trim(cmd_line)
if vim.startswith(cmd, "Elixir nextls") then
return { "uninstall", "to-pipe", "from-pipe" }
return { "uninstall", "to-pipe", "from-pipe", "alias-refactor" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do the sales person thing here and maybe put uninstall last, or order them alphabetically if you want?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uninstall last, yes. Others doesn't matter as much

@NJichev NJichev marked this pull request as ready for review March 27, 2024 13:47
README.md Outdated Show resolved Hide resolved
@mhanberg mhanberg merged commit 2ee9274 into elixir-tools:main Apr 20, 2024
2 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants