Squash TF IntelliJ IDEA plugin

Plugin Installation

Requirements

  • IntelliJ Community IDE (version 2018.3.2 or later recommended)
  • JAVA JDK 1.8+
  • MAVEN (3.5.0 recommended)

Install plugin from disk

Download Squash TF plugin for Intellij IDEA `here <>`_

To install follow the default “install plugin from disk” instructions from IntelliJ :

  1. In the Settings/Preferences dialog (Ctrl+Alt+S), select Plugins.
  2. In the Plugins dialog, click the cogwheel icon and then click Install Plugin from Disk.
  3. Select the plugin archive file and click OK.
  4. Click OK to apply the changes and restart the IDE if prompted.

Plugin documentation

IntelliJ-Squash-plugin-user-manual-v1.0.4.docx

Known limitations

Currently the Squash TF IntelliJ plugin has some limitations:
  • The code completion shortcut Ctrl+Space will display the correct list of possible instructions /macro syntax only if you use it before you start to type a keyword or after a complete keyword following by a space. If you try to use the code completion shortcut while you have started to type your keyword (but not complete it), then it will not work.
  • The EXECUTE instruction for selenium 1 is currently reported as a bad instruction wrongly.
  • When you open the code completion popup for a macro and you type some characters, the plugin filters the macro which contains those characters in the right order but not only as a block : macro where these characters are separated by other characters are also kept in the list of possible values.