microsoft/language-server-protocol

Pass the current selection for a Hover Request

開放

#377 建立於 2018年1月15日

 (18 則留言) (85 個反應) (0 位負責人)HTML (956 個分叉)batch import
feature-requesthelp wantedhover

倉庫指標

星標
 (12,810 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

In some languages, such as Haskell, it is meaningful to show the type of an expression, rather than just an identifier.

To allow this, extend the Hover Request to also include a Range if the selection is active.

At the moment in the haskell vscode plugin this is done in a roundabout way using workspace/executeCommand, which means it has to be separately implemented in each client.

貢獻者指南