Skip to content

v0.6.0

Compare
Choose a tag to compare
@lgeiger lgeiger released this 24 Jan 13:23
· 270 commits to master since this release

🎉 Features

  • Update atom-languageclient to 0.8.2 #73
    • Auto-restart language servers that crash (up to 5 times in 3 minutes) #3, #50, #63
    • Trigger autocomplete all the time instead of just on triggerchars
    • Configuration change monitoring via workspace/didChangeConfiguration
  • Add support for more pyls options #74
    • Add support for multiple pycodestyle config sources
    • Add hangClosing option
    • Add maxLineLength setting #47
    • Add possibility to use Rope instead of Jedi
  • Implement virtualenv detection for Windows #69, #70