In Oracle SQL Developer is there a way to view the most recent files I've had open? This would be similiar to Word, Excel or even SQL Server Mgmt Studio has a list of the last 5 or 10 SQL files that you open开发者_如何学JAVAed.
just use the shortcut Ctrl+equals. By default this shows only the open documents, but you can see all the recent files (including closed ones) by checking the show all checkbox.
Try Navigate->Go To Recent Files
精彩评论