CodeEditApp / CodeEditApp/CodeEdit

✨ Tree Data Provider (Sidebar Tree View Content)

Đang mở
#220 0 bình luận 1 reaction 0 người được giao Xem trên GitHub
enhancement extensions
Ngôn ngữ chính
Swift
Star
23k
Fork
1.2k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

# Overview
A TreeDataProvider (Tree View API) gives extension developers the ability to add content to a sidebar tab. Many extensions, like ToDo, would be able to utilize this API.

See the [VS Code Tree Data Provider Section](https://code.visualstudio.com/api/extension-guides/tree-view#tree-data-provider) for implementation reference.

# Additional Features
It would be great if we could add a filter feature. This is not included in VS Code, but would be really helpful for extensions like the Tailwind CSS extension I built for Nova that I would like to port over as an early extension. Maybe we could add a keywords property as an array to the TreeItem class. The filtering could then be done using those values.

image

# Resources
- [VS Code Tree View API Guide](https://code.visualstudio.com/api/extension-guides/tree-view)
- [VS Code Tree View Extension Sample](https://github.com/microsoft/vscode-extension-samples/tree/main/tree-view-sample)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.