thenrion
24 Jun 2016, 7:08 AM
Hello,
I have an existing project in eclipse (General Project) where my ExtJs code is located.
Here is the general structure:
TEST_JS
|
|-app
|-extjs
|-5.1.2
|-ressources
I add Sencha nature on this project. The indexation phase completes and I can check a Sencha Backend Version in the Preferences -> Sencha panel.
I now navigate to a piece of code in the app directory eg.
Ext.isEmpty(value)
If I want to test Ctrl+Space just after
Ext. no code is proposed by the tool and a message No Sencha Completions Found is displayed in the bottom left corner of eclipse.
Did I missed something?
I have an existing project in eclipse (General Project) where my ExtJs code is located.
Here is the general structure:
TEST_JS
|
|-app
|-extjs
|-5.1.2
|-ressources
I add Sencha nature on this project. The indexation phase completes and I can check a Sencha Backend Version in the Preferences -> Sencha panel.
I now navigate to a piece of code in the app directory eg.
Ext.isEmpty(value)
If I want to test Ctrl+Space just after
Ext. no code is proposed by the tool and a message No Sencha Completions Found is displayed in the bottom left corner of eclipse.
Did I missed something?