##// END OF EJS Templates
DOC: add some what's new with respect to #13888
Matthias Bussonnier -
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -2,6 +2,33 b''
2 8.x Series
2 8.x Series
3 ============
3 ============
4
4
5 .. _version 8.9.0:
6
7 IPython 8.9.0
8 -------------
9
10
11 The biggest improvement for 8.9 is a drastic amelioration if the
12 auto-suggestions sponsored by D.E. Shaw and implmented by the more and more
13 active contributor `@krassowski <https://github.com/krassowski>`.
14
15 - ``right`` accepts a single character from suggestion
16 - ``ctrl+right`` accepts a semantic token (macos default shortcuts take
17 precedence and need to be disabled to make this work)
18 - ``backspace`` deletes a character and resumes hinting autosuggestions
19 - ``left`` accepts suggestion and moves cursor left one character.
20 - ``backspace`` deletes a character and resumes hinting autosuggestions
21 - ``down`` moves to suggestion to later in history when no lines are present below the cursors.
22 - ``up`` moves to suggestion from earlier in history when no lines are present above the cursor.
23
24 This is best described by the Gif posted by @krassowski, and in the PR itself
25 :ghpull:`13888`.
26
27 .. image:: ../_images/autosuggest.png
28
29 Please report any feedback in order for us to improve the user experience.
30 In particular we are also working on make the shortcuts configurable.
31
5 .. _version 8.8.0:
32 .. _version 8.8.0:
6
33
7 IPython 8.8.0
34 IPython 8.8.0
General Comments 0
You need to be logged in to leave comments. Login now