Standalone Editor and ContentAssist / Require Modules [message #1760376] |
Wed, 26 April 2017 09:49  |
Eclipse User |
|
|
|
Hi guys.
I've been using the Orion Standalone editor for half an year. It's awesome, the default JSLint options and the Content Assist helps very much when creating simple scripts.
Now, I'm trying to go one step further and provide specific content assist for my application/platform, for instance, if I have an specific platform library, such as this:
require("inpaas.core.entity.dao").getDao("");
The problem is the default "require" content assist and JSLint info says that:
" This library could not be found, type information for it will be incomplete. " (check out the attached file for further details)
Is there anyway I could implement server-side services or a plugin that will return info for that package?
|
|
|
|
Powered by
FUDForum. Page generated in 0.07269 seconds