[TIMOB-902] ide integration w/jetbrains
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:38:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.4.0 |
Components | iOS |
Labels | ide |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:38:54.000+0000 |
Updated | 2017-03-02T18:50:59.000+0000 |
Description
http://helpdesk.appcelerator.net/tickets/2306">http://helpdesk.appcelerator.net/tickets/2306
jet brains integration - from ticket: If you guys would create some stub files that expose the API interface, I believe I could include them in the WebStorm IDE. I asked the JetBrains people about this and they replied with this message:
Author: Alexey Gopachenko (neuro159), Message:
I suppose the Titanium apps are developed in javascript?
You just need to get/create/generate .js file(s) with signatures
for the objects/functions you are accessing (I believe that
Titanium guys will be easily able to help you with that) and attach
it to WebIDE project in any way (i.e. via
Settings|Directories).
Anyway once you've got the stub files we will be able to help you
with setting up our IDE.
Comments
- Jeff Haynie 2011-04-15
We already expose documentation JSON in titanium.
For example, you can get the current JSON from:
http://developer.appcelerator.com/apidoc/mobile/1.3/api.json">http://developer.appcelerator.com/apidoc/mobile/1.3/api.json
- Lee Morris 2017-03-02 Closing as invalid.