]
Victor Rubezhny commented on JBIDE-17978:
-----------------------------------------
Please DO NOT Merge the PR until JBIDE-18035 is fixed
Need to turn on 'angular'-Tern Module automatically in case
of AngularJS is detected on a project
-------------------------------------------------------------------------------------------------
Key: JBIDE-17978
URL:
https://issues.jboss.org/browse/JBIDE-17978
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta3
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Fix For: 4.2.0.CR1
At the moment, a user cannot use Content Assist for Angular.js by default, because the
according Tern module isn't turned on by default.
So, users have to do the following set up in order to use it:
Add 'AngularJS module to Tern in order to make anguler-related stuff enabled on the
project. In order to do that you should enable 'JBoss Experimental configuration'
in Window -> Preferences -> General -> Capabilities first, then enable
'angilar' module in Project properties -> Tern -> Modules.
We shall detect the angular usage on a project and turn that module on automatically.