IRust icon indicating copy to clipboard operation
IRust copied to clipboard

Cross Platform Rust Repl

Results 14 IRust issues
Sort by recently updated
recently updated
newest added

Recently I've been trying to test some ideas for a `proc_macro` crate I'm building, and despite being able to load the `proc_macro` crate through the `extern crate proc_macro`, access to...

enhancement
question

Hi! This looks like a cool project. Have you considered using `rust-anlayser` for autocompletion instead of `racer`? In my experience, rust-anlayser has much better autocompletion than either racer or RLS....

enhancement
help wanted
good first issue

Is it possible to have a command line option to specify config.toml path or a global config that takes a user specified directory as root for all configuration. This way...

I have the latest version of irust, rust_analyzer and everything work fine in Helix and VSCode, but the autocomplete doesn't work in irust in kitty or default ubuntu terminal. I...

```In: let a = 5; IRust: failed to format the error output. This is a bug in IRust. Feel free to open a bug-report at https://github.com/sigmaSd/IRust/issues/new with the next text:...

If we split the printed output from the value output when the program is run it would allow the return value to be distinct from any online output and format...

![image](https://github.com/sigmaSd/IRust/assets/370688/45f72091-f6b5-45c2-adae-8041255b5f53) In the left pane I ran irust from git on Konsole. It didn't display upper level Thai characters, which is expected to be displayed like in the right pane....

bug

### Discussed in https://github.com/sigmaSd/IRust/discussions/107 Originally posted by **baiguoname** November 30, 2022 Jupyter is amazing, can I use Irust in Jupyter, especially in vscode-jupyter. - [ ] Depends on https://github.com/sigmaSd/IRust/issues/103

enhancement
help wanted

These settings https://github.com/sigmaSd/IRust/blob/master/crates/irust/src/irust/options.rs#L11-L24 https://github.com/sigmaSd/IRust/blob/master/crates/irust/src/irust/options.rs#L33-L34 I think belong to the themes config I think its better to move them and the theme configuration would look something like ```toml [rust] keyword =...

enhancement
good first issue

https://crates.io/crates/rustyline https://crates.io/crates/reedline

enhancement