Particularly, given in a node project:
They can perform some kind of completion for the binding names so that you end up with things like:
// caret position not important on the modified line
import {readFile} from 'fs'
I do not have editor/tooling that I currently use that does this without custom configuration. It seems that if no tooling does this by default, finding the reason why would be good.
Particularly, given in a node project:
They can perform some kind of completion for the binding names so that you end up with things like:
I do not have editor/tooling that I currently use that does this without custom configuration. It seems that if no tooling does this by default, finding the reason why would be good.