Kane K

Results 25 comments of Kane K

@rubyist I've submitted PR, let me know what you think. Thanks!

@danburkert just checking in, is there some work going on or it's stalled? Thanks!

This behavior is definitely surprising, what is the process to change it?

I'm using vscode and goto definition is always slow (it takes time on start to enable this, but even after it's ready it takes ~5 seconds each time to follow...

I've tried to follow same method twice, one immediately after another: ``` 753 textDocument/codeAction 3651ms 751 rust-analyzer/inlayHints 4781ms 756 rust-analyzer/inlayHints 1933ms 760 textDocument/hover 40ms 764 textDocument/hover 0ms * 745 textDocument/codeLens...

@lnicola I do have cargo watch enabled (it seems on mac os it's a must, otherwise lsp process eats 100% of cpu). I have top last year model with i9...

I have both enabled. It seems my numbers are way off, any ideas how to help fixing it?

@matklad @lnicola Looks like I've got more interesting info: when I go to definition using hotkey (F12) it works pretty fast (less than a second). When I try to Cmd+click...

Yeah, is hover supposed to be slow? Should I open another issue about it?

Also there was a bug earlier with params not being decoded. Is it a norm right now for them not to be decoded?