-
Notifications
You must be signed in to change notification settings - Fork 31
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
Rust-Editor only syntax coloring #229
Comments
Can you please check the error log in |
It says
Before that it said that it couldn't find the setting at the path specified in the settings (It was set to
So I thought that maybe removing that preference might help. But obviously it doesn't ^^ |
Okay I just tried it with Eclipse The project compiles just fine but it says it can't find an import. (The import is from within the current project. All external imports (std-lib) are resolved properly. Is there a setting for the include-path? |
All |
Try restarting it. For some reason, I've found that you have to restart Eclipse after you use |
That's interesting. Can you please create a dedicated issue about this ? |
Can you please try with the 2019-06 release candidate: https://www.eclipse.org/downloads/packages/release/2019-06/rc1 |
Cannot reproduce and no news for 3 months, closing. |
@sleeply4cat Have you gone through the previous discussion on this ticket? Do you have some more info to share regarding the previous comments/questions? |
When opening a Rust-file inside eclipse with the corrosion plugin installed, I do not get any features except syntax highlighting. Whenever I am in the code and do Ctrl+Space it will tell me that there are no completion proposals. If I do the same in empty space I get a few entries in it but nothing too helpful.
Also I do not get any error-markers no matter what I type in the source code (There are no problems in the problems view either).
I am not quite sure if it may be a problem that all Rust files are being opened in the
Generic Text Editor
but I couldn't find a Rust-editor so I guess this is the correct one?I am using eclipse version
2018-09
and Corrosion v0.3.0The text was updated successfully, but these errors were encountered: