diff --git a/extension.toml b/extension.toml index fd8a721..b0ea76b 100644 --- a/extension.toml +++ b/extension.toml @@ -6,9 +6,10 @@ authors = [ "Valentine Briese ", "Samuser107 L.Longheval ", "Yury Abykhodau ", + "Dmitrii " ] description = "Java support." -repository = "https://github.com/zed-extensions/java" +repository = "https://github.com/volyx/java" [grammars.java] repository = "https://github.com/tree-sitter/tree-sitter-java" diff --git a/src/lib.rs b/src/lib.rs index 0c6aa21..fe6af15 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -366,7 +366,7 @@ impl Extension for Java { completion: Completion, ) -> Option { // uncomment when debugging completions - // println!("Java completion: {completion:#?}"); + println!("Java completion: {completion:#?}"); completion.kind.and_then(|kind| match kind { CompletionKind::Field | CompletionKind::Constant => {