facebookarchive/atom-ide-ui

Label of active parameter is missing in signature help

Open

#155 opened on 2018年1月25日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)JavaScript (937 stars) (110 forks)batch import
enhancementhelp wanted

説明

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

コントリビューターガイド