Closed AddictArts closed 1 year ago
I see rust-analyzer runnning as a child process. When it starts it says everything is good. Are you using Crossterm?
It seems the pop up text is not showing, unless there is a magic key combo to see that.
LOL, Tab, oops apologies.
Maybe you expected the completion to auto trigger like editors, for now it needs to be manually triggered with tab
Correct, especially due to the reference in the original issue to how helix does it, but I understand that was more an implementation and not the ux. Thanks it works fairly well and makes IRust an interesting tool.
thanks
How do you check enabled?
I reset the config using
irust --reset-config
I see the settings that match the README.
Helix lsp rust-analyzer works on Windows for me.
Thanks