How we made the Deno language server faster
1–10 of 19 posts
Re: How we made the Deno language server faster
#2Working with deno using intellij's deno language server support[0] is extremely frustrating, slow and missing features, compared to it's normal TS/JS support.
Glad to hear that things are improving though, I'll have to give it another go.
Re: How we made the Deno language server faster
#3Re: How we made the Deno language server faster
#4Re: How we made the Deno language server faster
#5Re: How we made the Deno language server faster
#6Re: How we made the Deno language server faster
#7Easiest way to make something faster, is to start with something very slow. Working with deno using intellij's deno language server support[0] is extremely frustrating, slow and missing features, compared to it's normal TS/JS support. Glad to hear that things are improving though, I'll have to give it another go. [0]: https://plugins.jetbrains.com/plugin/14382-deno
Re: How we made the Deno language server faster
#8[deleted]
Re: How we made the Deno language server faster
#9Is there a list of language code smells? If the best parts of your language come from another language are you better off skipping the middle layer now instead of later when there's more code to rewrite?
Re: How we made the Deno language server faster
#10You have to know a lot about Rust to write performant Deno. Is there a list of language code smells? If the best parts of your language come from another language are you better off skipping the middle layer now instead of later when there's more code to rewrite?