Code Inspection: URL import is used
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Checks used URL imports in the JavaScript language. Suggests downloading the module for the specified remote URL. Such association enables the IDE to provide proper code completion and navigation.
URLs in import specifiers are supported only for ECMAScript modules in the JavaScript language.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.