如何获得 Aptana 的代码协助以与 Google Maps API v3 配合使用?
有一个 Google Maps API v3 Visual Studio Intellisense Helper,它可能非常适合 Visual Studio,但 Aptana(基于Eclipse)使用不同的 JavaScript 文档格式 - ScriptDoc(.sdoc 文件)。 ScriptDoc 也是一个 VS 实用程序 的名称,用于将带有 Intellisense 注释的 JS 文件转换为 XML,只是为了混淆。
我尝试将 Intellisense 文件添加为 Aptana 中的文件/全局引用,但是这仅提供了单词 google
的补全,而 google 命名空间中没有补全或文档。
可能的解决方案:
- 找到已经为 Aptana 完成此操作的人。我已经用谷歌搜索了很多,但找不到任何东西。
- 将 Visual Studio Intellisense Helper 转换为 Aptana 可以理解的格式。
- 抓取 API 页面并将其转换为 Aptana 可以理解的格式。
There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ScriptDoc (.sdoc files). ScriptDoc is also the name of a VS utility to convert JS files with Intellisense comments into XML, just to confuse things.
I've tried adding the Intellisense files as file / global references in Aptana, but all this gives is completion for the word google
and no completion or documentation in the google namespace.
Possible solutions:
- Find someone who's already done this for Aptana. I've Google'd quite a bit already but couldn't find anything.
- Convert the Visual Studio Intellisense Helper into a format Aptana can understand.
- Scrape the API page and convert it into a format Aptana can understand.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
你不能把JS文件放在项目的引用中吗?
Can't you put the JS file in the Project's references ?
我使用 Aptana 和 ScriptDoc 是他们做出的最糟糕的决定,而且他们似乎很喜欢它,这是我考虑切换到 Eclipse 的主要原因。
我一直在考虑使用 jsdoc-toolkit 从 jsdoc 符号(使用某种类型的模板)生成 .sdoc 文件,但要使用 .sdoc 文件,您必须在代码中插入 @id 标签,这让我泄气。
I'm using Aptana and ScriptDoc is the worst decision they made and they seem to be attached to it, it's the main reason I have considered switching to Eclipse.
I've been thinking in using jsdoc-toolkit to generate .sdoc files from jsdoc notations (using some type of templates), but to use .sdoc files you must insert @id tags all over your code, and that discouraged me.
该帮助程序适用于 Visual Studio。我不认为 Aptana 可以使用 vsdoc.js 文件
Aptana 插件Eclipse 和 jQuery 代码辅助
This helper is for Visual Studio. I don't think Aptana can work with vsdoc.js files
Aptana Plugin for Eclipse and jQuery code assist
我发现了这个,我正在检查它是否有帮助
http://code.google。 com/p/closure-compiler/source/browse/#svn%2Ftrunk%2Fcontrib%2Fexterns%2Fmaps
I found this and I'm checking if it helps
http://code.google.com/p/closure-compiler/source/browse/#svn%2Ftrunk%2Fcontrib%2Fexterns%2Fmaps