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.If I want to test Ctrl+Space just afterCode:Ext.isEmpty(value)no code is proposed by the tool and a message No Sencha Completions Found is displayed in the bottom left corner of eclipse.Code:Ext.
Did I missed something?