Success! Looks like we've fixed this one. According to our records the fix was applied for
VSCP-39
in
1.0.1.
-
Sencha Premium User
F1 Help files
Hi all. So far loving the plugin, but I thought in the demo at Senchacon pressing F1 while the cursor is on a class name or xtype it would bring up the API docs on the web. When I try I get "INFO ExtJS: No documentation found for the selected keyword"
Is there something in the config that I need to set?
Thanks,
Matthew
-
Hi Matthew
There should not be any additional things required for this to work (if the other plugin stuff is already working correctly).
Can you share with us which xtype / class you tried? Also what is your OS?
Thanks
Petr
-
If you used sencha cmd to create your app, you shouldn't need any additional configuration. If not, you need to edit the plugin config to tell it about your app. You can do this via the cmd palette using the "Edit Ext JS Plugin Configuration" command.
Uncomment the "apps" section at the bottom and change the values to match your app. The app and sdk paths can be absolute or relative. If you're on windows use "\\" as the path delimiter instead of "/". For example: "path\\to\\app".
Here's an example:
Code:
{
"apps": [
{
"name": "MyApp",
"path": ".",
"toolkit": "classic",
"sdk": {
"path": "ext",
"version": "6.2.0",
"framework": "extjs"
}
}
]
}
You may need to restart vs code for the changes to take effect.
-
Nightly builds are now available on the support portal: https://support.sencha.com/#download
I believe this issue may be fixed in the latest nightly.
-
Sencha Premium User
I have downloaded the latest nightly, and now when I press F1, it opens Windows Explorer to the My Documents folder. ??