wordpress-develop icon indicating copy to clipboard operation
wordpress-develop copied to clipboard

Fix : Autocomplete Suggestions in File Editor

Open Vrishabhsk opened this issue 7 months ago • 4 comments

Fixed autocomplete dropdown navigation for PHP files :

  • Intercepting Up/Down arrow keys
  • Manually handling hint selection to prevent the cursor resetting to the first item when navigating through suggestions.

Trac ticket: https://core.trac.wordpress.org/ticket/63161


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

Vrishabhsk avatar Mar 27 '25 16:03 Vrishabhsk