+ The first sentence must be in a dedicated paragraph separated from the rest of the text. This will make the
+ description easier to read.
+ Make sure the description doesn’t just repeat the inspection title.
+
+
+ See https://plugins.jetbrains.com/docs/intellij/inspections.html#descriptions for more information.
+
+
+ Embed code snippets:
+
+
+// automatically highlighted according to inspection registration 'language' attribute
+
+
+
Text after this comment will only be shown in the settings of the inspection.
+
+
To open related settings directly from the description, add a link with `settings://$` optionally followed by `?$` to
+ pre-select a UI element.
+
+
diff --git a/intellij-client/src/main/resources/messages/RobotCode.properties b/intellij-client/src/main/resources/messages/RobotCode.properties
new file mode 100644
index 00000000..2e041d8b
--- /dev/null
+++ b/intellij-client/src/main/resources/messages/RobotCode.properties
@@ -0,0 +1,3 @@
+projectService=Project service: {0}
+randomLabel=The random number is: {0}
+shuffle=Shuffle
diff --git a/intellij-client/src/test/kotlin/dev/robotcode/robotcode4ij/MyPluginTest.kt b/intellij-client/src/test/kotlin/dev/robotcode/robotcode4ij/MyPluginTest.kt
new file mode 100644
index 00000000..ea03aabd
--- /dev/null
+++ b/intellij-client/src/test/kotlin/dev/robotcode/robotcode4ij/MyPluginTest.kt
@@ -0,0 +1,10 @@
+package dev.robotcode.robotcode4ij
+
+import com.intellij.testFramework.fixtures.BasePlatformTestCase
+
+class MyPluginTest : BasePlatformTestCase() {
+
+ fun testDummy() {
+
+ }
+}
diff --git a/package.json b/package.json
index 30620c93..136847d6 100644
--- a/package.json
+++ b/package.json
@@ -871,7 +871,7 @@
"items": {
"type": "string"
},
- "description": "Specifies the arguments to be passed to robot.",
+ "description": "Additional arguments to pass to the __robot__ command.",
"scope": "resource"
},
"robotcode.robot.paths": {