jlewi / foyle

Foyle is a copilot to help developers deploy and operate their applications.
https://foyle.io
Apache License 2.0
111 stars 10 forks source link

Toggle autocomplete on/off at the cell level #325

Open jlewi opened 1 month ago

jlewi commented 1 month ago

It can be annoying when your working on a given cell where you don't want completions if Foyle is constantly suggesting completions.

One way to address this would be to toggle completions on/off for a given cell and possible let the user control whether the default is on or off for all cells.

We could keep trick of this in cell metadata. If its disabled then we wouldn't generate completions.