For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
The code editor (PLSQL) and worksheet Editor (SQL) can be associated for file types. Although both editors can be used for files , only the code editor features the git blame feature. My request is that this feature also be included in the worksheet editor. This is especially useful for git source files that contain multiple statements, and not just pure plsql packages. Switching the editor for ".sql" files to "PLSQL" is not feasible since the worksheet editor is needed for all different type of statements in the git source.
Another enhancement suggestion would be that the blame feature be implemented similar to IntelliJ or Eclipse. Here the information is not presented as a tooltip , but rather as additional column entries next to the line numbers.