Replies: 1 comment 1 reply
-
@crisadamo thanks for this, I can finally get JSDoc autocomplete! I still can't get the JSDoc type definitions to be read by typescript and feed into the intellisense, code completion, etc. Does it work for you? The below will tell me "deno-ts: Parameter 'host' implicitly has an 'any' type." /**
* @param {string} host
* @returns {string}
*/
function url (host) {
return `https://${host}`;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using Zed Editor for a few months now and was starting to work on Deno projects. But found that it have several issues with multi-folder per workspace, completion, symbol resolution/go-to-definition, auto cache of packages, etc
Was wondering if anyone else had the same issues using it. I did customized the LSP a lot but was able to get a decent experience.
Here is my config:
On a per workspace basis:
General Config:
Beta Was this translation helpful? Give feedback.
All reactions