Suggestion
π Search Terms
types javascript import autocomplete suggestions
β Suggestion
Since JsDoc is the only valid way to import types in JavaScript files, it's reasonable to filter out types from autocomplete of esm imports.
π Motivating Example
import { (ctrl+space here) } from 'some-file-exports-types'
Suggestion
π Search Terms
types javascript import autocomplete suggestions
β Suggestion
Since JsDoc is the only valid way to import types in JavaScript files, it's reasonable to filter out types from autocomplete of esm imports.
π Motivating Example