https://github.com/nxllpointer/kobweb-intellij-unofficial
Unofficial (partial) Intellij support for the Kobweb Compose HTML framework
https://github.com/nxllpointer/kobweb-intellij-unofficial
Last synced: 11 months ago
JSON representation
Unofficial (partial) Intellij support for the Kobweb Compose HTML framework
- Host: GitHub
- URL: https://github.com/nxllpointer/kobweb-intellij-unofficial
- Owner: Nxllpointer
- License: mit
- Created: 2024-01-18T20:34:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T20:42:41.000Z (over 2 years ago)
- Last Synced: 2025-06-25T05:45:17.546Z (about 1 year ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unofficial IntelliJ support for [Kobweb](https://github.com/varabyte/kobweb)
- - -
This project is not associated with the actual Kobweb project
## Features
- **Suppression of "Unused" warning for functions with Annotations like `@Page`, `@App` and so on.** If an annotation is missing, then you can add it [here](src/main/kotlin/com/varabyte/kobweb/intellij/inspections/UnusedInspectionSuppressor.kt).
## Building
To build the plugin simply run the `buildPlugin` Gradle task.
The built plugin will be located in the [build/distributions]() directory.
## Installing
1. Download/Build plugin
2. Install plugin from disk ([see here](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk))