Most third generation language (3GL) IDEs have trained hackers like me to expect the tool to write some of the code for them. Regular internet folks are already used to having search terms and URLs auto-completed in their browsers. I don’t want to get into a debate over whether this makes us lazier AND dumber, but I DO want to give you a quick overview of what SQL Developer can do in this area.
If you fall in the NOTEPAD – ‘do not put anything into the editor which I do not type myself’ camp, then I feel sorry for you. But also, rest assured that you can disable this feature in SQL Developer.
SQLDev can ‘think’ for you…
…or SQLDev can ‘remember’ for you
This is a REALLY nice touch and isn’t something I’ve seen in other database IDEs before. Let’s pretend that you have a database that is ‘missing’ foreign keys – crazy, I know. Instead of having to type out your joins manually, it’s nice that SQLDev can complete those for you now. So you type the join once and only once. The developer wins!It’s all in the wrist
This is very subtle, and it took me a while to figure it out. What you see will depend on when you rest the keyboard and where. If I type ‘SELECT…WHERE’ and stop, I’ll see history items. If I type the same thing and add a SPACE after the WHERE, I’ll get the regular parsing and guessing what you want next items. If you can’t get the popup to ‘pop up’ when you want it to, you can always ask for it manually with the keyboard shortcut.





Twitter
RSS
GooglePlus
Facebook
Dec 20, 2011 @ 09:28:15
It gets nicer each release… but the code completion doesn’t work for MySQL unfortunately. Oh well.. you get what you pay for
Dec 20, 2011 @ 09:40:14
It’s nice to have a quick-n-dirty scratchpad to pull data back from MySQL or DB2, but we’re not intending for SQL Developer to be a generic, one-size-fits-all RDBMS IDE.
Feel free to raise your bar, I prefer to exceed the end-user’s expectations!