Open the same project in both webstorm and intellij and do not request the window "project file changed"

I want to get rid of the annoying popup when opening the same project in both webstorm and intellij. This window contains

Project components were changed externally and cannot be reloaded:
RunManager
editorHistoryManager
ToolWindowManager
ProjectRootManager
ChangeListManager
FileEditorManager
Would you like to reload project?

Is there any way to do this?

Thank.

+4
source share
1 answer

The problem is that WebStorm and Idea use the same project format ( https://www.jetbrains.com/webstorm/help/project.html#d1374457e109 ), but have different types of modules, settings, etc. Therefore, it is strongly recommended that you avoid sharing project settings (.idea) between WebStorm and Idea.

IDE, , WebStorm: WebStorm , , javascript, HTML .. "//", " ".

+2

All Articles