This is a PhpStorm plugin project, designed to extend the capabilities of PhpStorm, which is a popular Integrated Development Environment (IDE) for PHP.
The main focus of this plugin is to provide enhancement to PhpStorm IDE to provide advanced features that add more productive value to the end user. This project is currently under active development and improvement.
The plugin is primarily built using JetBrains' own API, specifically designed for the creation of plugins. The code base mainly utilizes Java and follows JetBrains' standards and conventions.
Prior to setup, make sure you have the following prerequisites installed:
- Java Development Kit (JDK)
- IntelliJ IDEA
Here are the steps to setup the development environment:
- Clone the repository and navigate to project's root directory.
- Open the project in IntelliJ IDEA.
- Navigate to the Gradle panel on the right side of the IntelliJ IDEA interface.
- Under Tasks, find intellij, and then double-click on buildPlugin.
- This will create a .jar file which you can install as a plugin in PhpStorm.
- Installing the Plugin
Contributions are welcome! Please read our contributing guidelines to get started.
This project is licensed under the MIT License - please see LICENSE.md for more details.
We appreciate the efforts of every contributor to this project. Special thanks to JetBrains for providing the platform and resources to build this plugin. We hope this plugin enhances your PhpStorm experience, and we welcome your feature requests and contributions!