facebookarchive/atom-ide-ui

Label of active parameter is missing in signature help

Open

#155 geöffnet am 25. Jan. 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (937 Stars) (110 Forks)batch import
enhancementhelp wanted

Beschreibung

Description

It seems the label in signature help parameter information objects is not displayed in the signature help pop-up, thus providing the user no information as to what parameter he is currently specifying the argument to the call for. Only the documentation is listed.

I realize signature help is experimental, but as I'm integrating with it early I thought I might offer some feedback in order to help it stabilize.

Expected Behavior

Both the label and the documentation of the active parameter are displayed and are updated as the user moves between the arguments of the call.

Actual Behavior

Only the documentation of the parameter is displayed.

Versions

  • Atom: 1.23.3
  • Client OS: Linux 64-bit
  • atom-ide-ui: 0.7.2

Contributor Guide