https://github.com/cmstead/cmstead-dject
VS Code snippets for the Dject IoC system
https://github.com/cmstead/cmstead-dject
Last synced: 5 months ago
JSON representation
VS Code snippets for the Dject IoC system
- Host: GitHub
- URL: https://github.com/cmstead/cmstead-dject
- Owner: cmstead
- Created: 2019-03-02T01:39:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T22:36:13.000Z (over 6 years ago)
- Last Synced: 2025-07-18T12:42:27.017Z (11 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dject for VS Code #
## Table Of Contents ##
- [Section 1: Introduction](#user-content-introduction)
- [Section 2: Installation](#user-content-installation)
- [Section 3: Version History](#user-content-version-history)
## Introduction ##
Dject for VS Code is a suite of snippets to support quick, pain-free integration of the Dject dependency injection system. While in a Javascript, Vue, React, or Typescript file, type "dject" and select the snippet you want to use. It's just that simple.
Snippets support node and client-side development as well as special cases for Vue single-file components. Everything is baked and ready for immediate use, no fuss, no muss.
## Installation ##
To install Dject for VS Code, open the extensions panel, search for Dject and install the plugin. Once installation is done, you're ready to go!
## Version History ##
**v1.0.x**
- Initial release, includes snippets for:
- Javascript
- Vue single-file components
- Typescript