# VInject Intellij Plugin

### Description

The VInject IntelliJ Plugin enhances your development experience by adding syntax highlighting and helpful tips for the VInject framework. This plugin makes it easier to work with VInject by providing visual cues and contextual information directly within the IntelliJ IDE.

### Features

* Project Wizard for [VortexCore](https://github.com/vortexdevelopment-net/VortexCore)
* Showing errors while using VInject and offering quick fixes for issues
* Custom component templates

The project can be found in the [github repository](https://github.com/vortexdevelopment-net/Vinject-Intellij-Plugin).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.vortexdevelopment.net/for-developers/vinject-intellij-plugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
