Leading Whitespace in Procedures
Is there any particular reason why the source for procedures is all left-aligned, having lost all of its leading white-space?
I navigate to the procedure using Ctrl + N and then type in the procedure's name. This is on an Oracle database. Not sure if this is a design decision or related to how DataGrip extracts procedures from the database? And does anyone know if there is a way to turn it off and get the spacing as it's stored in the database? (Say, when extracted through the system tables like dba_source)
Please sign in to leave a comment.
Hello Daniel,
This issue has been recently fixed: https://youtrack.jetbrains.com/issue/DBE-1034 . The fill will be included in the preview build after the release of DataGrip 1.0.2 version. Preview build is planned in the mid of February.