You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this project supports most of the VSCode API and development capabilities.
Expect support for scaffolding commands (similar to cobra in Golang), and support for structuring extensions such as Extension, Command, Views, etc. independently. Realize framework development.
Scaffold generation for Extension, Command
Provide a command-line capability to add the generation of Extension, Command, View scaffold code.
By engineering structuring. Supports directory structures such as src/commands, src/extensions, src/views, etc., by encapsulating corresponding code snippets, simplifying the complexity of packages.json and extensions.ts code, and improving readability.
Coordinates with CLI tools for use, it will greatly enhance the VSCode extension developer experience (DX).
The following is an imaginative engineering structure scenario:
Description
Expect support for scaffolding commands (similar to cobra in Golang), and support for structuring extensions such as Extension, Command, Views, etc. independently. Realize framework development.
Scaffold generation for Extension, Command
Provide a command-line capability to add the generation of
Extension
,Command
,View
scaffold code.reactive-vscode command add xxx reactive-vscode extension add xxx reactive-vscode view add xxx
Automatic registration
By engineering structuring. Supports directory structures such as
src/commands
,src/extensions
,src/views
, etc., by encapsulating corresponding code snippets, simplifying the complexity ofpackages.json
andextensions.ts
code, and improving readability.Coordinates with CLI tools for use, it will greatly enhance the VSCode extension developer experience (DX).
The following is an imaginative engineering structure scenario:
The text was updated successfully, but these errors were encountered: