Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

v0.2.3-rc

Compare
Choose a tag to compare
@bryphe bryphe released this 29 Apr 18:15

Release candidate for v0.2.3

  • Initial LSP server support (C# support is now included out-of-the-box via OmniSharp) (#6)
  • Windows Installer improvements (#345, #343) - thanks @keforbes !
  • Menu bug fixes (#394) - thanks @keforbes !
  • Added editor.fontLigatures setting (#374)
  • Performance: Activate plugins on-demand instead of on load (#371)
  • UI Improvements: Notifications (#365), Errors (#335, #357) - thanks @FrigoEU !
  • Config live reload fix (#358) - thanks @keforbes !

Quick and dirty demo of the C# language support so far:
c language service

There are several issues still, but it's a start and demonstrates the work done so far on LSP support:

  • Omnisharp can be slow to start, especially the first time because it downloads the binary package. #383 is planned to help smooth this over.
  • There are several completion issues that seem more prevalent in C#, for example #376.

And there are still several pieces of the LSP to implement - #379 (syntax highlighting), #378 (signature help).

Additional out-of-the-box language support will soon be implemented for Python (#384), Rust (#385), and ReasonML (#389) for the 0.3 release.

Also, big thanks to @jordwalke for the generous contribution at our BountySource page. We'll be putting more bounties for issues in the 0.3/0.4 milestones.