-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustlang: datatype helper? #1200
Comments
Relevant rust-lang/vscode-rust#374 |
It should be implemented in the rust vs code extension. |
@svenefftinge can't confirm on my end |
PSA As referrenced on rust-lang/vscode-rust#374 (comment) this is apparently implemented in
|
WIP contribution to rls-vscode also have this issue on gitpod
|
Setting executable |
FWIW: Rust analyzer is now available as official vscode extension Tried to implement it with required datatype helper on https://github.com/RXT0112/Zernit/tree/6ceaff2979918b85654a9397072b8e97408cdab6 which results in:
I assume this being theia bug? |
ping @JesterOrNot Can you take a look at this and approve for transfer if this is a theia bug so that i am not flooding their bug tracker with something that might be a gitpod bug? ^-^ |
Yes, seems like we need to implement that API in Theia. Could you open a ticket there? |
eclipse-theia/theia#6623 was solved. |
Apparently jetbrains products have a helper that outputs datatypes of rustlang in the editor:
Is there a way to get this in gitpod? I believe that it would help a lot with a development especially for new developers to understand the language better.
Relevant plugin: https://plugins.jetbrains.com/plugin/8182-rust
The text was updated successfully, but these errors were encountered: