facebookarchive/atom-ide-ui

Label of active parameter is missing in signature help

開放

#155 建立於 2018年1月25日

 (4 則留言) (0 個反應) (0 位負責人)JavaScript (110 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (937 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南