When I use Completion Insight to complete the name of a table in a query, it removes the schema prefix from the name of the table if it's in the current schema.
For example:
select t.* from s1.proj <-- autocomplete
-->
select t.* from project_names
Is there any way to change this behaviour? I would prefer to keep the schema prefix.