Files
compose-multiplatform/examples/intellij-plugin
Igor Demin 7bd0b3d1a5 Fix examples, templates (#2359)
- move screenshot into screenshots folder
- add Readme, run configuration, .gitignore to web-template
- fix web-compose-in-js (read versions from properties)
- add global idea/ into gitignore
2022-10-05 13:44:37 +02:00
..
2021-08-03 23:04:15 +03:00
2022-10-03 01:56:58 +02:00
2021-08-03 23:04:15 +03:00
2021-08-03 23:04:15 +03:00
2022-10-05 13:44:37 +02:00

Example CFD based plugin for IntelliJ Idea.

To run the example:

  1. from directory compose-jb/examples/intellij-plugin:
  • Run command in terminal ./gradlew runIde.
  • Or choose runIde configuration in IDE and run it.
    ide-run-configuration.png
  1. create project or open any existing
  2. from menu Tools select Show Compose Demo...

screen1 screen2