File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,15 @@ The `copilot.panel` module exposes the following functions:
201
201
require("copilot.panel").jump_next()
202
202
require("copilot.panel").jump_prev()
203
203
require("copilot.panel").open({position, ratio})
204
+ require("copilot.panel").close()
204
205
require("copilot.panel").toggle()
205
206
require("copilot.panel").refresh()
207
+ require("copilot.panel").is_open()
206
208
<
207
209
210
+ These can also be accessed through the `:Copilot panel <function> ` command (eg.
211
+ `:Copilot panel accept`).
212
+
208
213
209
214
SUGGESTION ~
210
215
@@ -264,6 +269,9 @@ The `copilot.suggestion` module exposes the following functions:
264
269
require("copilot.suggestion").toggle_auto_trigger()
265
270
<
266
271
272
+ These can also be accessed through the `:Copilot suggestion <function> ` command
273
+ (eg. `:Copilot suggestion accept`).
274
+
267
275
268
276
FILETYPES ~
269
277
You can’t perform that action at this time.
0 commit comments