v.0.0.27-alpha
Pre-release
Pre-release
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 likeor as a multiline definitioninitialization_options = '{"completion":{"limit": 1000}}'
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