Incorrect and superfluous parameter hints in methods with optional parameters #14459
Labels
Area-LangService-Hints
F# hints inspired by C# inline hints
Bug
good first issue
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Since parameters can be optional not all of them need to be present and they can be out of order. Also, if I'm already specifying them explicitly there's no need to also show hints.
Also in the method definition, hints are shown even when types are specified which is questionable.
The text was updated successfully, but these errors were encountered: