Change Function Keyword Highlighting

zakko

Member³
If you currently select the opening keyword "function" in your PL/SQL code, all other occurence of "function" is highlighted. To me it would make more sense to additionally highlight the respective "end" keyword of the specific function instead of all "function" keywords in the package - like you get the "end if" of a block highlighted, after selecting its opening "if".

The same applies to preocedures.
 
If you select a complete word, all occurrences of that word are highlighted, regardless whether this is a keyword like "function" or not.

The begin/end highlighting occurs when you place the cursor on one of the keywords. I have added your suggestion to extend this feature to function/procedure/begin/end structures.
 
Back
Top