Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Lowercase DBA object names and SELECT BEGIN etc

Is any option or oportunity to lowercase autocomplite dba objects and keyword?
I know that in snippets you can define you own structure and shortcuts but looks like you can not modify DBA objects names or builded in begin end section etc.
If not is any chance to develop this kind of option?
Comments
-
Hi, welcome to the forums, and thanks for taking the time to give your feedback!
In fact, a setting to enable autocomplete/intellisense in lower case is slated for our next release!
You are the first person to ask for case changing for code snippets. If you like a code snippet but want the case changed, you could modify the snippet to use the case you like, then select it and choose to Save Bookmark. Then use your bookmark for the snippet if you plan to use it repeatedly.
Christian
-
This is really good news! Lowercase for keywords and dba object will be nice !!
Yes, I have defined many and changed existed for my own snippets in "snippets/oracle-sql.json" file. I like it!
Problem is that i can not lowercase dba objects names or sql key words like SELECT BEGIN END BETWEEN etc.
Also would be very nice to have option to disable some SQL keywords or dba objects (i.e. hint only tables, columns) from autocomplete/intellisense. (What I mean with keywords is i have got my own snippet for "begin" and i would like to disable default keywords BEGIN).
Anyway, you are doing very good jobs and like this extension - i get know about forum from UKOUG yesterday ;)
I could have a bit more suggestions or "improvements" but i do not want to be too much grumpy and demanding ;))
I am waiting for next release - hope will be soon !
Thank you so much for this
-
Hi, lowercase autocomplete has been added to version 21.3.0. Go to the settings and change Intellisense › Suggestions: Keyword Casing and Intellisense › Suggestions: Object Name Casing to lowercase.