Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Create Express Use CaseNew to Visual Studio Code? Get it now.
Create Express Use Case

Create Express Use Case

Daniel Alvim

|
253 installs
| (0) | Free
Generates a generic use case boilerplate for Express projects using TypeScript.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Create Express Use Case Boilerplate

A Visual Studio Code extension that helps save time when building projects that utilize the use case pattern.

Features

You can select "New UseCase..." from the explorer context menu to generate your use case boilerplate given the name, separating each word by spaces.

Extension Settings

  • createusecase.folderCaseStyle: define the casing style to be used when generating the folder.
  • createusecase.fileCaseStyle: define the casing style to be used when generating the files.
  • createusecase.shouldDotFiles: determines whether the files should be created with a dot separating the name from the type. Example: useCaseName.controller.ts or useCaseNameController.ts
  • createusecase.ignoreWordCountWarning: Ignores the word count warning when generating an use case with a word count of 1.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft