xonsh/news/update-completers-tutorial.rst
Daniel Shimon 099d301fae
Update completers tutorial (#4307)
* docs: completions: Improve RichCompletion and CompletionContext api docs

* docs: completers: Update tutorial

* completers: tools: Print non-default values in RichCompletion's __repr__

* completers: Add $XONSH_TRACE_COMPLETIONS variable

* news: Add update-completers-tutorial
2021-06-05 19:12:58 +03:00

23 lines
253 B
ReStructuredText

**Added:**
* A ``$XONSH_TRACE_COMPLETIONS`` variable for completions debugging.
**Changed:**
* Updated the tab-completion tutorial.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>