Discussions
Categories
- 197.1K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.7K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.3K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 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
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 466 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
New Release: 19.3.3. Lots of features! Try it out and let us know what you think
Comments
-
Hi,
Yes, the annoyance of the trimmed last row is well known. You can use the scroll bar to see the row (if you were not aware). You can also try playing with the page size setting for the extension to see if you can get some relief (sometimes that works). We hope to fix the problem but it is a surprisingly hard issue for us to fix right now.
If you find the bug too painful, another possible option is to use the SPOOL command to send the output to a file.
As for formatting, we won't have it in the next release most likely but it is on our radar.
Thanks for the feedback! 😀
Christian
-
Hi, this version looks great! I can compile packages (spec and bodies) using the extension!!!
One thing that I'd like a lot to have would be the ability to have the Intellisense in lowercase, or at least an option in the settings where I could choose the lower/UPPER there. I want to use the Intellisense a lot but our coding standard uses lowercase and therefore I am still not able to use that as I could.
Keep up the great work and happy holidays!
-
@Christian.Shay -Oracle I spotted an "issue/chage" with the intellisense too.
In earlier versions of the VSCode extension, intellisense did a unstrict lookup. So it spotted tables and properties containing your string. Eg. if you typed ID - it showed ForeignKey_Id , or OtherForeignKey_Id. This worked for Tables and Columns and has been replaced by a less productive version.
Now intellisense is looking up tables and colums with a starts with. This is pretty unproductive, if you have a large database and you may not know all columns by heart. Especially when you have (inkonsistent) prefixes to your tables and columns.
So please re add the imprecise intellisense lookup again. By the way this is also the default intellisense behaviour for all other things I do with Visual Studio Code and the normal Visual Studio. This lookup was the main feature, why I moved to VS Code from all the other PL SQL developer tools, we've used here before..
-
By the way, I just rolled back to V. 19.3.2 - the much more productive intellisense is working there again.
The speed improvements are not really a benefit, as the indexing in a new Query-Window takes only 1-3 minutes, good time to grab a cup of coffee, afterwards I'm much more productive then with the newer and faster intellisense..
-
Here is how it worked in the older version:
-
Looks like this forum isn't supporting gifs...
-
Ah and by the way. An integrated formatter for the sql code would be great. Right now I'm using a 3rd party formatter - but I'd prefer a formatter from you guys. Especially because the 3rd party formatter is slow...
-
Nice Work!
I would love to have the following features:
- A way to edit Relational Views query. It's not possible ATM.
- A way to easily DDL Export all objects.
- A way to quickly navigate/find objects ( with vscode CTRL+P )
-
Thanks for the kind words. I've added this to our list. Thanks!
-
Thanks for letting me know! This is a bug and we hope to fix it in the next release.