Roadmap

If a feature you would like 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 sorting based on LSP suggestions

  • system of settings, including options:

  • to change the verbosity of signature documentation hints (number of lines to be shown)

  • custom foreign extractors allowing to customize behaviour for magics

  • code actions (allowing to “quick fix” a typo, etc.)

  • gutter with linter results

  • 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