spmeesseman / vscode-extjs-info

Other
4 stars 3 forks source link

Recognizing ExtJs built-in classes definitions #2

Open ali-hellani opened 2 years ago

ali-hellani commented 2 years ago

How i can tell the extension to recognize built-in classes definitions for ExtJs framework. here is a screenshot for what i mean (i am getting No corresponding class definition found. vscode-extjs):

Screenshot 2022-03-25 at 13 17 29
Rukkaitto commented 2 years ago

Same issue here

lkueng commented 1 year ago

same issue, is there any setting that i missed ? i set the path for the framework indexing but nothing changed.

lkueng commented 1 year ago

found out that i have to exclude other an older framework folder (for customer's not updated yet ext-7.3.1 we still needed). so in settings: image

after the reindexing the class finding works perfectly.

@Rukkaitto and @ali-hellani maybe this can help for you too?