sigmaSd / IRust

Cross Platform Rust Repl
https://crates.io/crates/irust
MIT License
622 stars 34 forks source link

Rust analyzer is not working on Windows #118

Closed AddictArts closed 1 year ago

AddictArts commented 1 year ago

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

AddictArts commented 1 year ago

I see rust-analyzer runnning as a child process. When it starts it says everything is good. Are you using Crossterm?

AddictArts commented 1 year ago

It seems the pop up text is not showing, unless there is a magic key combo to see that.

AddictArts commented 1 year ago

LOL, Tab, oops apologies.

sigmaSd commented 1 year ago

Maybe you expected the completion to auto trigger like editors, for now it needs to be manually triggered with tab

AddictArts commented 1 year ago

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.

sigmaSd commented 1 year ago

thanks