每次我使用代码完成时 Netbeans 都会下载架构
在 XML 中使用代码完成时,为什么 Netbeans 不缓存它下载的架构?为什么需要这么长时间?我有 40Mbps 连接,所以应该很快。但每次我调用代码补全(例如,进行 xslt 转换时的 xsl 命名空间)时,它都会说正在下载 20 秒,然后向我显示可用标签列表。
我知道我可以手动下载架构并将它们安装在 Netbeans 中,但如果有很多命名空间,则需要大量手动和重复性工作。我错过了一些复选框吗?
我的Netbeans版本是7.0.1
Why does Netbeans not cache the schemas it downloads when using code completion in XML? And why does it take so long? I have a 40Mbps connection so it should be fast. But still every time I invoke a code completion (for example xsl namespace when doing xslt transformations) it says it is downloading it for 20 seconds and then shows me a list available tags.
I know that I can download the schemas by hand and install them in Netbeans but that takes a lot of manual and repetitive work if there are lots of namespaces. Is there some checkbox that I've missed?
My Netbeans is version 7.0.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 Netbeans 7.1 时不再遇到此问题。 Netbeans 7.1 显示一个下载选项卡,其中准确显示了正在下载的模式,这很好。
I no longer have this problem with Netbeans 7.1. Netbeans 7.1 displays a download tab where it shows exactly what schemas it's downloading which is nice.