如何获得 Aptana 的代码协助以与 Google Maps API v3 配合使用?

发布于 2024-08-29 19:23:40 字数 838 浏览 10 评论 0原文

有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

多彩岁月 2024-09-05 19:23:40

你不能把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.

风为裳 2024-09-05 19:23:40

该帮助程序适用于 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文