fsprojects / zarchive-sublime-fsharp-package

F# development tools for SublimeText 3
32 stars 7 forks source link

Feature: Tooltips #12

Closed rojepp closed 9 years ago

rojepp commented 9 years ago

Tooltips should be available for errors and type information. Extra points if type tooltips can be as readable as in Xamarin Studio, but such a thing should probably be done in FSAC so other editors can benefit. screenshot 2015-05-19 20 38 18

Omnisharp has an implementation to look at https://github.com/OmniSharp/omnisharp-sublime/blob/master/listeners/tooltip.py

rneatherway commented 9 years ago

Currently we don't get the xmldoc in FSAC, but we should! I have a prototype branch from 2013 I never finished. We can try to return it in a sufficiently well-structured manner that each editor can format it as it desires.

guillermooo commented 9 years ago

Firs impl #17