File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ navigating through errors:
40
40
41
41
### Type Enclosings
42
42
43
- ` ocaml-eglot ` displays the type of expression below the cursor and
44
- increases or decreases the enclosings of the expression or verbosity:
43
+ In ` ocaml-eglot ` one can display the type of the expression below the cursor and
44
+ navigate the enclosing nodes while increasing or decreasing verbosity:
45
45
46
46
- ` ocaml-eglot-type-enclosing ` (<kbd >C-c</kbd > <kbd >C-t</kbd >)
47
+ Display the type of the selection and start a "type enclosing" session.
47
48
48
- And when a type is displayed, additional commands are possible :
49
+ During a " type enclosing" session the following commands are available :
49
50
50
51
- ` ocaml-eglot-type-enclosing-increase-verbosity ` (<kbd >C-c</kbd >
51
52
<kbd >C-t</kbd > or <kbd >C-→</kbd >): to increase the verbosity of the
Original file line number Diff line number Diff line change 105
105
(ocaml-eglot-type-enclosing--with-fixed-offset)))
106
106
107
107
(defun ocaml-eglot-type-enclosing-shrink ()
108
- " Shrinking of the type enclosing."
108
+ " Display the type enclosing of a smaller enclosing if possible ."
109
109
(interactive )
110
110
(when ocaml-eglot-type-enclosing-types
111
111
(if (<= ocaml-eglot-type-enclosing-offset 0 )
You can’t perform that action at this time.
0 commit comments