-
Notifications
You must be signed in to change notification settings - Fork 255
Unable to find any definitions in VSCode #674
Comments
same issue, using |
after many manipulation, I got an output: https://gist.github.com/Geobert/207b2fdae3b5ceca01bb025e90373dd0 |
I tried Atom, broken as well, so it seems it's an RLS issue |
@theotherphil could you try using nightly and see if you have the same problem. It would be good to know the details of your setup - the code you're working on, platform, etc. |
I tried stable and nightly, on https://github.com/cobalt-org/cobalt.rs tried a brand new cargo init project, it works |
@Geobert sorry, to clarify: it did not work on the two GitHub projects, but did work on a fresh project? Or it worked on all three? |
@nrc Bear with me, my English is quite sloppy sometime (French). It works with a fresh project. Is there a way to enable more logs from RLS? I don't have the "Rust Language Server" item in the output dropdown. |
Maybe rust-lang/rust#47981? rls does not work if your code contains nested generic like |
I don't know, it work before on |
@nrc I've tried updating VS Code and reinstalling the RLS plugin (0.3.2). First attempt: RLS would not start:
I've tried with both the rustc source and imageproc This was using the following version of Rust:
I then ran rustup update, and now RLS will start but still fails to find any definitions. New version of rust:
Here are all the VS Code settings that include 'rust' in the name:
If I override |
I can confirm the behaviour if I set
|
Hello, any update on this ? |
@PieerotGG see rust-lang/vscode-rust#185 (comment) for an update |
Ok thanks you :) |
There are some issues with RLS again. |
@fuszenecker Could you provide some more details please? How is it not working? Is it crashing or features are missing? Go to def or code completion? On some projects or all projects? Could you share the code you're working on and also your platform and any other details please? |
I've installed the RLS extension for VSCode, but searching for definitions, even within the same file, never finds anything. What steps should I take to either debug what's going on or generate a more useful bug report?
The text was updated successfully, but these errors were encountered: