Skip to content

gather list of tools that do have autocomplete working #2

@bmeck

Description

@bmeck

Particularly, given in a node project:

import 'fs'|
  //       ^ caret

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions