Liferay IDE’s integration of Tern provides many valuable front-end and back-end development tools for code inference and completion. This tutorial covers how to enable Tern features for your projects.
Before beginning this tutorial, make sure your IDE instance has the necessary development tooling and Tern integration installed. To to this, go to Help → Installation Details and search for Liferay IDE AlloyUI under Installed Software. If you have it installed, you can continue to the Setting Up Tern Features section; if you do not, you’ll need to install it by following the instructions below.
Navigate to the Help → Install New Software… menu and copy in the following link in the Work with field:
http://releases.liferay.com/tools/ide/latest/stable/
Make sure the Liferay IDE AlloyUI option is checked and finish the installation process.
Now that the necessary features are installed, follow the steps below to learn how to enable Tern’s code assist features in your project.
Setting Up Tern Features
Tern features are enabled on a project-by-project basis. By default, Tern features are already enabled for Liferay portlet plugins. For all other project types, you’ll need to follow the steps below:
-
Right-click on your project and select Configure → Convert to Tern Project.
Your project is now configured to use Tern features. Now that you have your project configured, you need to enable the modules you want to use for your project.
-
Right-click your project and select Properties.
-
Select Tern → Modules.
Here you’ll find a list of all the available Tern modules you currently have installed. To use AlloyUI features, you’ll need the aui, browser, ecma5, liferay, and yui modules enabled. The figure below shows the proper modules selected.
-
Check any additional modules you wish to use in your project and click OK.
Your project is now set up to use IDE’s Tern features.
Related Topics
Using Front-End Development Code Assist Features in IDE