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

Side Bar with Lists, Checkboxes, Text #74656

Closed
ShMcK opened this issue May 31, 2019 · 4 comments
Closed

Side Bar with Lists, Checkboxes, Text #74656

ShMcK opened this issue May 31, 2019 · 4 comments
Labels
api *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality

Comments

@ShMcK
Copy link

ShMcK commented May 31, 2019

Currently, extension authors seem to be limited to TreeViews in the VSCode Side Bar. Correct me if I'm wrong.

Feature Request:
I'm developing an extension that requires more diverse UI in the Side Bar. Nothing complicated, just basic:

  • lists
  • checkboxes
  • text (currently limited to a single TreeItem line with no formatting)

Notice that several of these requested items already exist in the side panel of core features which do not share the same limitations of extensions:

  • lists in the extension view
    image

  • checkboxes in the debugger via a webviewlet
    image

A Side Bar that can only use TreeView's is extremely limiting.

Is it possible to add non-TreeView UI to the Side Bar in current extensions? If so, can the documentation be amended in the "Extending Workbench" section to accomodate how? Happy to help contribute docs with some guidance.

If not, can I help contribute to VSCode in any way to help make any of the above functionality possible?

@vscodebot vscodebot bot added the extensions Issues concerning extensions label May 31, 2019
@kieferrm
Copy link
Member

We only support tree views right now.

See also #46585 and #1833.

@kieferrm kieferrm added api feature-request Request for new features or functionality labels May 31, 2019
@jrieken jrieken removed their assignment May 31, 2019
@jrieken jrieken added layout General VS Code workbench layout issues and removed api labels May 31, 2019
@ShMcK
Copy link
Author

ShMcK commented May 31, 2019

I assume this limitation exists for a reason. If not, let me know if there is any way I can contribute to creating a more dynamic Side Bar.

@bpasero bpasero added api and removed extensions Issues concerning extensions layout General VS Code workbench layout issues labels Oct 8, 2019
@jrieken
Copy link
Member

jrieken commented Oct 24, 2019

/duplicate of #46585

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 24, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 24, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Oct 24, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants