Enhancement suggestion - autocompletion of DB links

If I type "SELECT * FROM sometable@", could the autocomplete function prompt with the list of known database links? (Or can it do that already somehow and I'm just missing it?)
 
It could be really-really-really slow. But if one willing to wait. I think that Code Assistant should be called manually though (via default F6 key, for example) in @db_link case.
 
It's not slow for me. However, it tells me "The Code Assistant can only be activated after a period ".", a comma "," or left parentheses "(" or at the end of a word". I'd like to see "@" added to the list.
 
I have added this to the list of enhancement requests. It will not be slow, since the database links can easily be queried from the all_db_links view.
 
Back
Top