Files
openide/java/performancePlugin/resources/commandDescriptions/createJavaFileCommand.html
Alexey Kryuchkov 0d89ee5d91 AT-225 Command for Java and Kotlin file creation
GitOrigin-RevId: a7e40d4a88c1020b8df4dfe8e4ef29a1d8f6e3b7
2023-05-05 05:57:41 +00:00

8 lines
192 B
HTML

<html>
<title>Command to add Java file to project</title>
<body>
<p>
Example: %createJavaFile [fileName],[dstDir],[fileType - class, enum, annotation, record, interface]
</p>
</body>
</html>