eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.38k stars 2.45k forks source link

Stop moving to next cell when suggestion widget is visible #13774

Closed jonah-iden closed 1 month ago

jonah-iden commented 1 month ago

What it does

This disables the moving to another notebook cell via the arrow keys when the suggestion widget is open

How to test

  1. Open a notebook with at least two cells.
  2. Pressing arrow down when on the last line of should then focus the next cell
  3. Type something in the cell to reveal suggestions
  4. Pressing the up arrow now should not move back to the first cell but only the selection inside the suggestion widget

Follow-ups

Review checklist

Reminder for reviewers