'Intellij IDEA: "Cannot find declaration to go to" - message in a new javascript project
Solution 1:[1]
according to https://www.jetbrains.com/help/idea/using-webpack.html#edit_webpack_configuration_file
upd: And also make sure that value of property "settings.editor.selected.configurable" = "preferences.pluginManager" in file /.idea/workspace.xml :
<component name="PropertiesComponent">
...
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
...
</component>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |