facebookarchive/atom-ide-ui

Label of active parameter is missing in signature help

Open

#155 建立於 2018年1月25日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)JavaScript (937 star) (110 fork)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

貢獻者指南