dotnet/roslyn

Support quick info for embedded languages

開放

#59,164 建立於 2022年1月30日

 (0 則留言) (0 個反應) (0 位負責人)C# (4,257 個分叉)batch import
Feature Requesthelp wanted

倉庫指標

星標
 (20,414 顆星)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 256 個 PR)

描述

Right now when you hover over a regex/datetime/json string all you see is class System.String. That's not very helpful and there's much more useful information we could show instead (for example, what the regex item under the mouse cursor means).

For datetime/regex we already have the docs for these constructs (which we use for completion lists). So we could definitely power this with the same info.

@stephentoub also mentioned it would be useful if the regex work could potentially describe to the user what a regex means. For example:

image

This would be in line with what several useful regex tools offer today.

貢獻者指南