Files
openide/plugins/performanceTesting/resources/commandDescriptions/altEnterCommand.html
Yuriy Maltsev 7a3982d651 Test for import intension in kotlin project
GitOrigin-RevId: 5fc4219c54ebadebb2c2caa78db5aa90013b2ba6
2022-11-15 21:13:00 +00:00

15 lines
394 B
HTML

<html>
<title>Command invokes alt+enter combination</title>
<body>
<p>
Simulate invocation of alt+enter and pressing item in the list defined by parameter.
Optional: it is possible to only open pop up and check if item from pa is presented in list.
</p>
<p>
Syntax: %altEnter &lt;item in list&gt;(Optional)|&lt;invoke&gt;
</p>
<p>
Example: %altEnter Find cause|true
</p>
</body>
</html>