Posts

Showing posts from March, 2017

(My current) Atom editor Oracle plugins

Image
If you are an Oracle developer and use Atom text editor, here are some extensions that may make your development experience more pleasant. language-oracle build-oracle autocomplete-oracle (experimental/early) plsql-block language-oracle This extension aims to provide the syntax highlighting into Atom. It was converted from a text mate bundle back in October 2015, with a few little tweaks here and there since. To install, open your settings dialog (ctrl+,), go to the Install node and search "language-oracle". The package should come up as the first result, so hit the install button. (alternatively, from the command line, run: `apm install language-oracle`) After it's installed, your favourite extensions for Oracle DDL should now be picked up as PL/SQL (Oracle) in the status bar and the keywords and package references should be appropriately styled. build-oracle You may recall I blogged about compiling Oracle code back in September 2