-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
[feature request] - Ability to filter problems per root folder in a MR workspace #64481
Comments
You can use glob patterns in the filter box. Eg:
Duplicate of #47354
Do you mean like the tree in explorer? |
Especially the closed bug was quite important: v1.29.1 I have a multi-root workspace and I would have liked to filter out info/error/todo for a particular project
I can filter out a project '/server', but I cannot filter out '/server, info' - I would have liked to look for info-s inside the server project. it works independently, but not together. That's why it's raised in a different bug, as it's not a feature request. There is a non-intuitive feature, that you can put 'info' in a filter bar, which filters 'info' as a type, not as a text |
Tree explorer: At the moment the problem tab is showing a flat tree - showing files (java classes) independently, what I wanted to say in relation to the filter bar it would be nice if there would be a switch button, so you can view a hierarchical tree which showing the folder structure (packages) also, so you can go inside and see the java classes. Maybe the button is not needed just make the packages tree as default. I might agree with the warn /info/error buttons, I think it might be appearing when you click on that cog icon to make it less dense, however, I would like to see that the combination can work, if I type in. I'm fine with proper regular expression also, which we haven't on that bar. (it would be much more efficient, than putting buttons on the screen - A developer can expect that scenario in a neutral way, as I have tried out at first whether I can enter a regular expression to that filter bar) I tried to put '**/server', 'info' etc. - maybe the explanation is the solution |
@fssrepository Request you mentioned in this comment is a duplicate of #47354. I see your requirement to have a tree explorer here. But you can always go to file explorer for this kind of information right? May I know what is missing in the file explorer which you need? |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
We are talking about the Problem tab, not the file explorer, can I filter in the file explorer for "info" type of message, or "error" or "warn"? To create a button row on that tiny place is one solution, the second is that to make the problem's filter bar to be able to get half regex, half type, or something similar. |
@fssrepository #47354 covers the requirement of filtering by type. So you want to see a tree that is similar to file explorer but showing those only have problems? This will help you grouping the files by package (for example) in case of java project? |
Yes, exactly, however, my initial problem was that in a multi-root workspace, I would have liked to group by project also (filter "error/warn/info" messages by project name), or some nice solution for it. So the #47354 does not cover the multi-root criteria. Because of the so many combinations to extend the filter bar on the problem tab to a regex bar can be a more preferred solution. (or both) |
Changed the title to reflect to what is required. |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
v1.29.1
I have analyzed the Problems bar and I'm missing some features:
If the TODO would be highlighted also, it won't be necessary to use any external plugin.
The tree-like system can be filterable.
I have no idea how to type in "info" in a relation of a folder or project. It's not a regex field.
Can you make a PR on these suggestion pls, as it's not that usable at the moment?
The text was updated successfully, but these errors were encountered: