Skip to Main Content

SQL Developer

Announcement

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to share SQL Developer Preferences with team-members?

Geert01Feb 8 2025 — edited Feb 8 2025

Hi all,

I prefer to focus on writing code rather than spending time on formatting details like indentation, casing of statements and variables, etc. My workflow is simple: I write down my thoughts, and when I'm done, I press Ctrl+F7 to let SQL Developer handle the formatting for me.

Additionally, I use file comparison tools to track differences between the current version and previous versions, ensuring that I don’t accidentally check in temporary debugging statements into version control.

However, if I format my code using my SQL Developer settings and another developer modifies the same code with different formatting preferences, the file comparison will show numerous unnecessary changes, making it harder to track actual modifications.

According to ChatGPT, the option to export preferences can be found in the Tools -> Preferences menu (bottom left). However, that option does not appear to exist, and it’s likely just another misunderstanding or "hallucination" from ChatGPT.

I haven’t been able to find an option to export my formatting preferences and share them with my team. Does such an option exist?

Comments

Post Details

Added on Feb 8 2025
1 comment
120 views