Skip to content
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

Support multiple modules #49

Closed
MituuZ opened this issue Apr 28, 2024 · 3 comments · Fixed by #54
Closed

Support multiple modules #49

MituuZ opened this issue Apr 28, 2024 · 3 comments · Fixed by #54
Assignees
Labels
enhancement New feature or request

Comments

@MituuZ
Copy link
Owner

MituuZ commented Apr 28, 2024

Fuzzier does show, but cannot open or preview files from other open projects so adding a new project module to the workspace is not enough to enable searching for files from there.

It should be possible to search for files from all open modules.

@MituuZ
Copy link
Owner Author

MituuZ commented May 6, 2024

Probably just an issue with the project's base path handling, it assumes that every file is under the same project

@MituuZ MituuZ self-assigned this May 8, 2024
@ergleb78
Copy link

ergleb78 commented May 9, 2024

Experiencing the same problem in all projects, imported from Bazel workspace.

@MituuZ
Copy link
Owner Author

MituuZ commented May 10, 2024

Looks like modules do not have a static base path, but at least my testing seemed to work correctly when getting the first source path of the module.

I think there needs to be some information about which module the file belongs to, possibly adding the module dir to the shown file path, if there is more than one module in the project.
This seems like a pretty good way to denote the module, added to the test version.

Any chance you could build and test the fast and dirty version to verify that it works in your case. #54

I can upload it as an unstable version to the marketplace, but that might take a few days to get through.

Looks like it didn't need verification after all, you can get it from here: https://plugins.jetbrains.com/plugin/23451-fuzzier/versions/unstable

@MituuZ MituuZ added the enhancement New feature or request label May 12, 2024
@MituuZ MituuZ linked a pull request May 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants