Re: [Jsdoc-user] does JSDoc work in an IDE
Status: Inactive
Brought to you by:
mmathews
From: Gabriel R. <gab...@gm...> - 2007-08-23 18:00:17
|
Hi Kate, > I have been experimenting with using JSDoc to document my company's > JavaScript API. All of the developers around here keep asking me if this > JSDoc API output can be used with their IDEs (most use Eclipse with the > JavaScript plug-in). As they are writing their code they want like an > auto-suggest ability from JSDoc from within Eclipse. So if they are > writing an API like nlapiCreateForm or nlapiGetNewRecord they will be > able to tell which arguments are available, etc. > > You pretty much already said that this is not possible using JSDoc, but > I wasn't sure if I had phrased my original question in a way that fully > explained what I was looking for. Yes, that's how I understood your question originally, so my answer still stands. I can imagine that this kind of thing would be very helpful, and it certainly could be created, but I'm not aware of anything like this that's available right now. Regards, Gabriel |