diff --git a/commands/lsp_metals_goto_position.py b/commands/lsp_metals_metals_goto_location.py similarity index 78% rename from commands/lsp_metals_goto_position.py rename to commands/lsp_metals_metals_goto_location.py index 185107d..d02fa18 100644 --- a/commands/lsp_metals_goto_position.py +++ b/commands/lsp_metals_metals_goto_location.py @@ -3,7 +3,7 @@ import sublime_plugin -class LspMetalsGotoPositionCommand(sublime_plugin.WindowCommand): +class LspMetalsMetalsGotoLocationCommand(sublime_plugin.WindowCommand): def run(self, parameters: List[Any]) -> None: if isinstance(parameters, list) and parameters: diff --git a/plugin.py b/plugin.py index 1501425..cdc8970 100644 --- a/plugin.py +++ b/plugin.py @@ -21,7 +21,7 @@ from . commands.lsp_metals_find_in_dependency import LspMetalsFindInDependencyCommand from . commands.lsp_metals_focus import LspMetalsFocusViewCommand, ActiveViewListener from . commands.lsp_metals_goto import LspMetalsGoto - from . commands.lsp_metals_goto_position import LspMetalsGotoPositionCommand + from . commands.lsp_metals_metals_goto_location import LspMetalsMetalsGotoLocationCommand from . commands.lsp_metals_goto_super_method import LspMetalsSendPositionCommand from . commands.lsp_metals_new_scala_file import LspMetalsNewScalaFileCommand from . commands.lsp_metals_text_command import LspMetalsTextCommand