From a9a5627a5c9a938d7e2bc674d1e3e3d2a8adc935 Mon Sep 17 00:00:00 2001 From: Patrick Scheibe Date: Mon, 19 Apr 2021 15:59:03 +0200 Subject: [PATCH] Add short paragraph that links how to run plugins to custom language tutorial (web-feedback IJSDK-1109) --- .../tutorials/custom_language_support/language_and_filetype.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topics/tutorials/custom_language_support/language_and_filetype.md b/topics/tutorials/custom_language_support/language_and_filetype.md index 956b04d8e..9df8f294f 100644 --- a/topics/tutorials/custom_language_support/language_and_filetype.md +++ b/topics/tutorials/custom_language_support/language_and_filetype.md @@ -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.