mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
Add short paragraph that links how to run plugins to custom language tutorial (web-feedback IJSDK-1109)
This commit is contained in:
parent
3b8b51a5f7
commit
a9a5627a5c
@ -66,6 +66,9 @@ The `SimpleFileTypeFactory` is registered using the `com.intellij.openapi.fileTy
|
||||
```
|
||||
|
||||
## 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.
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user