You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just setup coc-rust-analyzer and it works just fine.
I wonder if the extension is able to provide inlay hints out of chaining calls :
On the image above, the extension provide inlay hints for chaining calls but variables string and frequency do not have inlay hints.
Example with VSCODE
Did I miss one configuration to enable this feature ?
Thanks for your help.
Additional information
My CocConfig is empty
Rust analyzer
$ rust-analyzer --version
rust-analyzer 7a9ba16
CocVersion
## versions
vim version: NVIM v0.4.3
node version: v14.1.0
coc.nvim version: 0.0.78-030aef2f6d
term: iTerm.app
platform: darwin
CocOpenLog
2020-05-01T10:26:31.367 INFO (pid:1041) [plugin] - coc 0.0.78-030aef2f6d initialized with node: v14.1.0
2020-05-01T10:26:47.182 INFO (pid:1041) [services] - registered service "rust-analyzer"
2020-05-01T10:26:47.183 INFO (pid:1041) [services] - Rust Analyzer Language Server state change: stopped => starting
2020-05-01T10:26:47.191 INFO (pid:1041) [language-client-index] - rust-analyzer started with 1091
2020-05-01T10:26:47.197 INFO (pid:1041) [services] - Rust Analyzer Language Server state change: starting => running
2020-05-01T10:26:47.203 INFO (pid:1041) [services] - service rust-analyzer started
The text was updated successfully, but these errors were encountered:
I just setup
coc-rust-analyzer
and it works just fine.I wonder if the extension is able to provide inlay hints out of chaining calls :
On the image above, the extension provide inlay hints for chaining calls but variables
string
andfrequency
do not have inlay hints.Example with VSCODE
Did I miss one configuration to enable this feature ?
Thanks for your help.
Additional information
CocConfig
is emptyCocVersion
CocOpenLog
The text was updated successfully, but these errors were encountered: