Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 932 Bytes

ROADMAP.md

File metadata and controls

23 lines (18 loc) · 932 Bytes

Roadmap

If a feature you need is not on the lists above, please feel free to suggest it by opening a new issue.

Front End

  • improved code navigation when there are multiple jump targets
  • autocompleter with documentation and sorting based on LSP suggestions
  • system of settings, including options:
    • to enable aggressive autocompletion (like in hinterland)
    • to change the verbosity of signature hints (whether to show documentation, number of lines to be shown)
  • "rename" action in notebooks
  • gutter with linter results (low priority)
  • use the kernel session for autocompletion in FileEditor if available (PR welcome)

Backend

  • release on conda
  • #49 cookiecutter for pip-installable specs
  • add hook system to allow serverextensions/kernels to modify, inspect and react to LSP messages