ionide / FsAutoComplete

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

Detect type alias in implementation. #1243

Closed nojaf closed 3 months ago

nojaf commented 3 months ago

I'd like to add a codefix to include a type alias inside a signature file. I'm quite specifically interested in this, and only this.

Sample

nojaf commented 3 months ago

add_type_to_signature

Works a little bit on my machine

nojaf commented 3 months ago

Added some tests, calling it a day, ready for review.