bogdica21
14 Nov 2016, 5:11 AM
Hello,
I installed the visual studio code plugin. I hit reload in the visual stodio code (after the plugin was installed), i even restarted visual studio code. It says in my extensions that the extJs 1.0.0 is installed.
I tried this with both a new .js file and one of my projects file and i don't seem to understand how the plugin helps me.
Except the Ext.c(ctrl+space) and gives me create, it doesn't really know how to do any code-completion.
The only things that pop in the code completion menu are my own var's and functions.
For example i have this:
var panel = Ext.create('Ext.Panel', {some config here});
When i try to do panel.(ctrl+space) i don't get anything from the Ext.Panel class(like setTitle).
So i am very curious to know if there is something else that i should do because right now the plugin doesn't do code completion for any Ext class(no properties, no methods).
Thanks in advance,
I installed the visual studio code plugin. I hit reload in the visual stodio code (after the plugin was installed), i even restarted visual studio code. It says in my extensions that the extJs 1.0.0 is installed.
I tried this with both a new .js file and one of my projects file and i don't seem to understand how the plugin helps me.
Except the Ext.c(ctrl+space) and gives me create, it doesn't really know how to do any code-completion.
The only things that pop in the code completion menu are my own var's and functions.
For example i have this:
var panel = Ext.create('Ext.Panel', {some config here});
When i try to do panel.(ctrl+space) i don't get anything from the Ext.Panel class(like setTitle).
So i am very curious to know if there is something else that i should do because right now the plugin doesn't do code completion for any Ext class(no properties, no methods).
Thanks in advance,