ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
391 stars 151 forks source link

Light up Parameter Hints for Constructors and Methods #1176

Closed baronfel closed 8 months ago

baronfel commented 8 months ago

WHAT

🤖 Generated by Copilot at 2ecb8f6

Enhance inlay hints for F# code by adding support for methods and tupled arguments, and improve hint logic. Refactor InlayHints.fs to avoid duplicate calls.

🤖 Generated by Copilot at 2ecb8f6

To make F# code more concise and clear This pull request adds some hints to appear For methods and tuples With some clever scruples And ShouldCreate.paramHint refactored here

🚀🛠️♻️

WHY

This lights up type hints for constructor and method parameters! More hints, more better :)

HOW

🤖 Generated by Copilot at 2ecb8f6