0.1.1 • Published 1 year ago

@nexus-ioc/language-service v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm license build

Nexus IoC is a powerful and flexible Inversion of Control (IoC) container for TypeScript applications. Inspired by Angular and NestJS, it leverages decorators to provide a simple and efficient way to manage dependencies and modules.

Table of Contents

Features

This plugin adds the ability to autocomplete for dependencies and highlight type errors.

Installation

npm install @nexus-ioc/language-service

Quick Start

Step 1: Define plugin in tsconfig.json

{
  "compilerOptions": {
    "plugins": [
      {
        "name": "@nexus-ioc/language-service"
      }
    ]
  }
}

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Isqanderm (Aleksandr Melnik) - LinkedIn

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Acknowledgements

Special thanks to the developers of Angular and NestJS for the inspiration.

Wiki

For more detailed documentation, please visit the Wiki.