Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Intellisense in multiple cargo projects #917

Open
lattice0 opened this issue Jul 9, 2021 · 1 comment
Open

Intellisense in multiple cargo projects #917

lattice0 opened this issue Jul 9, 2021 · 1 comment

Comments

@lattice0
Copy link

lattice0 commented Jul 9, 2021

I have a project like this:

liborwell/
glium_orwell/

where liborwell is a cargo project by itself, and also is glium_orwell

Somehow, only liborwell works in VSCode. That is, only it has intellisense. glium_orwell won't have any.

Is there something I can do so both projects work with intellisense?

@lnicola
Copy link
Member

lnicola commented Jul 9, 2021

You can try making a Cargo workspace including the two. Also, rust-analyzer might have better (though not perfect) Code workspace support.

(Or you could try both of these things.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants