我正在使用 eclipse bndtools 插件来开发基于 OSGi 的 Web 应用程序。我正在使用 Eclipse IDE(因为 bndtools)和 Jetbrain Webstorm IDE 来编辑 html/css/js 文件。
当我在 eclipse 中更改文件时,bndtools 会刷新包,我可以立即看到更改,但是当我使用 Webstorm 编辑文件时,我需要在 eclipse 中刷新项目才能看到结果。
注意:我已经启用了 Eclipse 工作区设置Windows > Preferences > General > Workspace > Refresh using native hooks 或 polling and Refresh on access 。但这只会使 eclipse 在我访问 eclipse 中的文件时检测到更改。
为了加快我的开发速度,我不想在我在 Webstorm 中所做的每一次更改上都使用 eclipse 来刷新项目。我在问是否有办法避免它。
谢谢