fsprojects / zarchive-sublime-fsharp-package

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

remove unused class #23

Closed guillermooo closed 9 years ago

guillermooo commented 9 years ago

@rneatherway @rojepp

I previously made a couple of commits by mistake without asking for review; sorry about that!

This one merely cleans up a class that is no longer used.

Recent changes revolve around smoother integration of completions returned by fsac. Specifically, completions are now offered after ~500ms of idle time while editing. Also, completions will only be calculated if the current caret is after a dot. I suppose that this should happen after other characters, but that isn't implemented yet.

rojepp commented 9 years ago

LGTM, we may want to rethink the only-on-dot completion later. Ctrl-space works fine for requesting completions too. Works much better now! Not sure about the travis failure..

guillermooo commented 9 years ago

Travis failure tracked as a separate issue.