Skip to content

v.0.0.27-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ekopalypse Ekopalypse released this 25 Aug 10:42
· 4 commits to main since this release
15a92ec

Attention: This is a developer/early adaptor version

New features:

  • new language server configuration option: initialization_options
    for more info which options are supported by the server, check its documentation
    the client expects it to be a valid json string like
    initialization_options = '{"completion":{"limit": 1000}}'
    
    or as a multiline definition
    initialization_options = '''{
    "completion":{
    "limit": 1000
    }
    }'''
    
  • hover dialog using webview component
  • manual completion option added
  • introduce lsp commands
  • handle workspace edits

Cleanups and fixes.

Note: The sources have NOT been updated and are therefore out of date