Highlight selected word?

JoeyM

Member²
Hi there,

I'm pretty new to PLSQL Developer. I was wondering, is there a way in the SQL editor to highlight all of the selected work? For example, if I selected the for INTO, I'd like to see every "INTO" highlighted in the editor.

Thanks,
Joey
 
You can use the Find toolbar (Edit -> Search Bar). Type 'into' in the Find text field and press Enter. All instances of into are now highlighted in the editor with a light blue background.
 
Back
Top