Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium Member
Auto / Iterative reindexing
Hi,
Thanks a lot for making that plugin available ! For what I saw, it's a really great tool and may save a lot of a time 
I was wondering if there was any way to force an iterative reindexing of ExtJs classes in the current open project ?
For example, after opening VSCode, the indexing is done, and I can access ViewController's methods in my views to create handlers on button etc... But if I create a new method in the viewController, without restarting VSCode, then intelliSense isn't able to retrieve that new method, it is available only after restarting VSCode.
Hope I made myself clear enough, and very well done on that product, hope it will keep getting more and more efficient !
Léopold TROUILLET - Software Engineer
JNESIS
40 rue Victor Schoelcher
68200 Mulhouse - France
Tél: +33 3 89 36 60 39
Fax: +33 3 89 32 76 31
-
It should automatically reindex as you save files. Any chance you weren't saving the file before getting code completions? If you were, what OS/version are you running?
-
Sencha Premium Member

Originally Posted by
Mark.Brocato
If you were, what OS/version are you running?
Hi Mark! You made me doubt
but yes I saved the file. I am running an ArchLinux x86-64. Code is version 1.7.1.
Léopold TROUILLET - Software Engineer
JNESIS
40 rue Victor Schoelcher
68200 Mulhouse - France
Tél: +33 3 89 36 60 39
Fax: +33 3 89 32 76 31
-
Linux isn't fully supported by the EA release. Node seems to have issues watching large numbers of files on linux. You might be able to fix that by following the instructions here:
http://stackoverflow.com/questions/5...max-file-limit
-