micro-plugin-lsp icon indicating copy to clipboard operation
micro-plugin-lsp copied to clipboard

doesn't work with dart

Open huanmoon opened this issue 1 year ago • 1 comments

this plugin looks SOOOOO GREAT but sadly when I'm trying to use dart it doesn't work at all

"lsp.autocompleteDetails": true,
    "lsp.formatOnSave": false,
    "lsp.ignoreMessages": "LS message1 to ignore|LS message 2 to ignore|...",
    "lsp.ignoreTriggerCharacters": "completion,signature",
    "lsp.server": "dart=dart language-server, c++=clangd",
    "lsp.tabcompletion": true,

this is my config but it doesn't work at all thanks in advance!!! =)

huanmoon avatar Apr 28 '24 12:04 huanmoon

Can you try using the latest version on the master branch for this? It's currently unreleased but should work better. Let me know if this works for you.

Edit: is has now been released as version v0.6.3

AndCake avatar Apr 30 '24 08:04 AndCake