Skip to content

0.8.1

Compare
Choose a tag to compare
@tomv564 tomv564 released this 15 Jan 22:49

Features

Lightbulb gutter icon shows Code actions! (@predragnikolic)

output

To try this out:

  • Set the show_code_actions_bulb LSP setting to true
  • If using GitGutter, add 'lsp_bulb' to its 'protected_regions' setting.

Bug fixes

  • Send initialized to language server before opening documents
  • Handle completion response containing null instead of empty array. (@rwols)