https://github.com/itsallcode/openfasttrace-intellij-plugin
Editor support for writing and maintaining OpenFastTrace documents
https://github.com/itsallcode/openfasttrace-intellij-plugin
Last synced: 4 months ago
JSON representation
Editor support for writing and maintaining OpenFastTrace documents
- Host: GitHub
- URL: https://github.com/itsallcode/openfasttrace-intellij-plugin
- Owner: itsallcode
- License: apache-2.0
- Created: 2022-09-12T05:41:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T09:39:15.000Z (almost 3 years ago)
- Last Synced: 2024-12-20T00:31:25.243Z (6 months ago)
- Language: Java
- Size: 92.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFastTrace IntelliJ Plugin

Editor support for writing and maintaining OpenFastTrace documents
## Features
* Open OFT user guide
## Table of Contents
### Information for Users
* [Changelog](doc/changes/changelog.md)
### Information for Contributors
Requirement, design documents and coverage tags are written in [OpenFastTrace](https://github.com/itsallcode/openfasttrace) format.
* [Getting Started With IntelliJ Plugin Development](doc/developer_guide/getting_started_intellij_plugin_development.md)
### Runtime Dependencies
You need an IntelliJ platform based IDE like the [IntelliJ IDEA](https://www.jetbrains.com/idea/) community edition to use this plugin.
## License
This project is licensed under the [Apache 2.0 license](LICENSE) which follows the license chose from the [IntelliJ community edition](https://github.com/JetBrains/intellij-community/blob/master/LICENSE.txt) since that is the platform the plugin integrates into.