Add short paragraph that links how to run plugins to custom language tutorial (web-feedback IJSDK-1109)

This commit is contained in:
Patrick Scheibe 2021-04-19 15:59:03 +02:00
parent 3b8b51a5f7
commit a9a5627a5c

View File

@ -66,6 +66,9 @@ The `SimpleFileTypeFactory` is registered using the `com.intellij.openapi.fileTy
``` ```
## Run the Project ## Run the Project
Run your project by using the [runIde task](gradle_prerequisites.md#running-a-simple-gradle-based-intellij-platform-plugin) in Gradle-based projects or [using the Plugin Run/Debug configuration](running_and_debugging_a_plugin.md) in DevKit-based projects.
Create an empty file with the extension `*.simple`, and IntelliJ IDEA automatically associates it with our language. Create an empty file with the extension `*.simple`, and IntelliJ IDEA automatically associates it with our language.
Note the appearance of the Simple Language file icon next to the `test.simple` file in the **Project Tool Window**, and the editor tab for the file. Note the appearance of the Simple Language file icon next to the `test.simple` file in the **Project Tool Window**, and the editor tab for the file.