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

Warning package show line of import #549

Open
pauladam94 opened this issue Feb 18, 2025 · 2 comments
Open

Warning package show line of import #549

pauladam94 opened this issue Feb 18, 2025 · 2 comments
Labels
feature request New feature or request.

Comments

@pauladam94
Copy link

Description

When having a warning from a package, no line or file is indicated. However, this package can be imported in hundreds of different of files. It would be great to have the line and file where the package with the warning has been imported.

Here are some warning (with no indication about position of the import) :

Image

I may want to do something about this package, however I don't remember where I have imported it ... so i have to look for every file or download the zip of the project and do a grep on it.

This issue may be fixed by having a global search utility for a project (right now I think we can only search one file at a time).

Use Case

Having a big project where multiple files imports dependencies. Fixing a warning demands to know where a package is imported.

@pauladam94 pauladam94 added the feature request New feature or request. label Feb 18, 2025
@MDLC01
Copy link

MDLC01 commented Feb 18, 2025

I don't think this is specifically a webapp issue.

@laurmaedje
Copy link
Member

Not per se, but the way the web app and the compiler present diagnostics are sufficiently different that the right solution for one isn't necessarily the right one for the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants