Postfix codecompletion in procedure doesn't work.
已回答
Hello,
I'm not able to use the great postfix codecompletion feature with a procedure. The `from`or `cfrom` is handled as a table name (which does not exist).
CREATE PROCEDURE test AS
BEGIN
SELECT lsltyping.setup_report_types.from
END;
Bug or any reason for this?
Outside the procedure everything works as expected.
Version used:
DataGrip 2019.1.3
Build #DB-191.7479.12, built on May 22, 2019
Licensed to DataGrip Evaluator
Expiration date: July 11, 2019
JRE: 1.8.0_202-release-1483-b53 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.18.0-21-generic
请先登录再写评论。
@Finswimmer77
I created an issue https://youtrack.jetbrains.com/issue/DBE-8541 based on your description.
Thanks,
I've found out, that in some cases it works and in some it doesn't. But until now I couldn't say what these cases are :(
I will report if I've found it.