https://github.com/fastendpoints/vscode-extension
Visual Studio Code Extension For FastEndpoints
https://github.com/fastendpoints/vscode-extension
Last synced: about 1 year ago
JSON representation
Visual Studio Code Extension For FastEndpoints
- Host: GitHub
- URL: https://github.com/fastendpoints/vscode-extension
- Owner: FastEndpoints
- License: mit
- Created: 2023-07-15T10:57:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T15:05:12.000Z (over 2 years ago)
- Last Synced: 2025-01-10T00:52:54.796Z (about 1 year ago)
- Language: TypeScript
- Size: 416 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FastEndpoints VS Code extension
This extension provides snippets for FastEndpoints ASP.NET Minimal APIs library.
Learn more about [FastEndpoints](https://github.com/FastEndpoints/FastEndpoints).
## Usage
Type part of a snippet, choose snippet and press `TAB` to unfold the snippet.

### Snippets
| Snippet | Purpose |
| ---------------------------- | ----------------------------------------------------------|
| `fe_req` | Endpoint with Request only |
| `fe_reqres` | Endpoint with Request and Response |
| `fe_noreq` | Endpoint without Request |
| `fe_res` | Endpoint without Request with Response |
| `fe_dtos` | Request & Response DTOs |
| `fe_val` | Endpoint Validator |
| `fe_map` | Endpoint Mapper |
| `fe_sum` | Endpoint Summary |
| `fe_full` | Set of classes for a full vertical slice |
| `fe_eh` | Event HandlerCommand without Result |
| `fe_cmd_nores` | Command without Result |
| `fe_cmd_res` | Command with Result |
| `fe_cmd_handler_res` | Command Handler with Result |
| `fe_cmd_handler_nores` | Command Handler without Result |
| `fe_preproc` | Preprocessor |
| `fe_postproc` | Post Processor |
| `fe_global_preproc` | Global Preprocessor |
| `fe_global_postproc` | Global Post Processor |
| `fe_test_fixture` | Test Fixture |
| `fe_test_class` | Test Class |
| `fe_test_method` | Test Method |
## Changelog
See [CHANGELOG](./CHANGELOG.md)
**Enjoy!**