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

Show/Hide projects from dashboard #43

Closed
RuiffCardoso opened this issue Oct 10, 2018 · 7 comments
Closed

Show/Hide projects from dashboard #43

RuiffCardoso opened this issue Oct 10, 2018 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@RuiffCardoso
Copy link

Hi, it would be very usefull if I could hide projects from the spring-boot dashboard.

Simply right clicking and selection to hide would be enough, but if it would be possible to add a regex filter would be excellent.

Thanks

@kdvolder
Copy link
Collaborator

Can you explain why using the search box at the top, possibly in combination with some tags is not good enough?

I mean that search box + tags, should be able to easily let you focus on a any subset of elements that is interesting to you. If that doesn't work, or it simply isn't convenient enough in some way, it would be good for us to understand exactly why, before we blindly implement some additional filtering mechanic that may still not help your particular use-case.

@RuiffCardoso
Copy link
Author

What search box? I can't find any.

This is because I have multiple projects each with sub-projects which appear on the dashboard and only 3 are runnable spring boot projects. It is "harder" (not that straight forward) to click on the right project and Run/Debug with this amount and it visually occupies too much height.

This is an image of my panel:
image

If I could, I would only show 3 projects (the ones with *-ws)

@kdvolder
Copy link
Collaborator

What search box? I can't find any.

Oh sorry, my mistake. I gotten a bit confused, I thought we were talking about STS 4 boot dashboard in Eclipse. No fault of yours, since obviously we aren't talking about that here because this issue is in the vscode-spring-boot-dashboard issue tracker. Jumping between different projects / trackers sometimes gets a bit confusing.

The Eclipse boot dashboard has searchbox and tagging etc. But the vscode boot dashboard is a bit more limited and there really isn't any 'filtering' mechanic available here yet.

@RuiffCardoso
Copy link
Author

What search box? I can't find any.

Oh sorry, my mistake. I gotten a bit confused, I thought we were talking about STS 4 boot dashboard in Eclipse. No fault of yours, since obviously we aren't talking about that here because this issue is in the vscode-spring-boot-dashboard issue tracker. Jumping between different projects / trackers sometimes gets a bit confusing.

Eheh, no problem. If I posted the picture right away I would have helped

The Eclipse boot dashboard has searchbox and tagging etc. But the vscode boot dashboard is a bit more limited and there really isn't any 'filtering' mechanic available here yet.

Does VSCode support adding searchboxes in this area like Eclipse? Thanks for the feedback =)

@kdvolder
Copy link
Collaborator

Does VSCode support adding searchboxes in this area like Eclipse?

I would answer... but I'm not really sure. The good Microsoft folks who built most of this boot dash for vscode might know what's possible in terms of VScode UI here. So I let them take over responding to this ticket from here.

@Eskibear
Copy link
Member

Does VSCode support adding searchboxes in this area like Eclipse? Thanks for the feedback =)

VS Code has the search boxes in its "Outline" view, but it hasn't exposed the related APIs yet.

image

Here is a feature request, and I find a related workitem in VS Code Iteration Plan for October 2018:

Tree widget performance improvements & filtering support @joaomoreno

So I suppose it will be available soon.

@Eskibear Eskibear added external dependency enhancement New feature or request labels Oct 17, 2018
@Eskibear Eskibear self-assigned this Oct 17, 2018
@Eskibear
Copy link
Member

VS Code v1.37 supports filtering now. It should be easier to find out the project.

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

No branches or pull requests

3 participants