Command palette/projects/text buffer extension API #18043
Labels
command palette
Feedback for the command palette
editor
Feedback for code editing, formatting, editor iterations, etc
extension infrastructure
Feedback for extensions APIs, creation, management, etc
feature
[core label]
Check for existing issues
Describe the feature
Hi! I noticed that Zed has introduced an extension API, and I was planning to write an equivalent of the Project Manager (https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) for VS Code. However, to my surprise, I found that the API does not allow adding custom commands to the command palette or managing the built-in projects.
I also thought about creating an equivalent of change-case (https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case), but again ran into the lack of command palette API and the inability to control the text buffer.
Could you let me know if you plan to implement something like this, and is it included in the "General purpose extensions" section of the roadmap?
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: