Skip to content

0.3.0

Compare
Choose a tag to compare
@natebosch natebosch released this 05 Jun 04:31
· 245 commits to master since this release
  • Add support for neovim.
  • Add highlighting based on references to the symbol under the cursor. Disable
    with let g:lsc_reference_highlights = v:false. Customize highlighting with
    the group lscReference.
  • Add LSClientNextReference and LSClientPreviousReference command to jump to
    references when highlighting is enabled.
  • Bug Fix: Capitalize variable handling message hooks to allow funcref values.
  • Bug Fix: Order edits before applying them so that the offsets are correctly
    matched to the original file.
  • Add LSClientWorkspaceSymbol.
  • Add LSClientFindImplementations.
  • Enable incremental sync by default.
  • Enable apply edit by default.
  • Improve the preview height for hover text which has few lines but they wrap.
  • Bug Fix: Include diagnostics for the current line with code actions requests.