File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,10 +201,15 @@ The `copilot.panel` module exposes the following functions:
201201 require("copilot.panel").jump_next()
202202 require("copilot.panel").jump_prev()
203203 require("copilot.panel").open({position, ratio})
204+ require("copilot.panel").close()
204205 require("copilot.panel").toggle()
205206 require("copilot.panel").refresh()
207+ require("copilot.panel").is_open()
206208<
207209
210+ These can also be accessed through the `:Copilot panel <function> ` command (eg.
211+ `:Copilot panel accept`).
212+
208213
209214SUGGESTION ~
210215
@@ -264,6 +269,9 @@ The `copilot.suggestion` module exposes the following functions:
264269 require("copilot.suggestion").toggle_auto_trigger()
265270<
266271
272+ These can also be accessed through the `:Copilot suggestion <function> ` command
273+ (eg. `:Copilot suggestion accept`).
274+
267275
268276FILETYPES ~
269277
You can’t perform that action at this time.
0 commit comments