Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter: VSCode shortcut to have the list of @override

Tags:

Using VSCode, is there a shortcut (or any other way) to get the list of all Flutter @override methods?

like image 822
boeledi Avatar asked May 05 '18 10:05

boeledi


1 Answers

Although seeing a full list isn't implemented yet (as seen in the issue linked in the comments), the overridable methods to appear in the completion list as long as you've typed something; even if it's only a single character. You can use Ctrl+Space to force the completion list to open if required.

like image 167
Danny Tuppeny Avatar answered Oct 12 '22 21:10

Danny Tuppeny