- Fix bug in RegExpParser - variable with keyword case - #74
- Fix bug in RegExpParser - comment before package name - #68
- Fix bug in RegExpParser - quote - #70
- Improve RegExpParser - java - #69
- Improve execution of external sql comand - use of params see readme
- New - hidden property in connection settings
- New: supports procedure and function with their name in quotes #62
- New: complete extension list #28
- New: supports multi-workspaces search #40
- Deprecated setting: plsql-language.searchFolder read more
- Fix bug: Signature, Hover, Completion - bad encoding #63
- Use node oracledb@3.0.1
- Fix bug in RegExpParser - pragma - #59
- Fix bug in RegExpParser - Conditional compilation #58 / #61
- Fix bug in RegExpParser - Exclude end in quote #61
- New: add view, table, trigger in PLSQL_Parser #54
- Fix bug: no connection is written in settings #51
- New: add oracledb connection to run current statement (can also be run from another extension)
- New: connections settings management
- New: add Signature help feature. (activated by default)
plsql-language.signatureHelp.enable
- New: add Hover feature. (desactivated by default)
plsql-language.hover.enable
#24 - Fix bug in regExpParser #52
- Fix bug with characters $# in object name #53
- Fix use of Breadcrumbs (add information for end of symbols)
- Use new DocumentSymbolClass (according to vscode api documentation) to show hierarchie in outline
- Fix issue with parser and nested case...end #47
- Fix issue with the detection of a bad word during auto-completion #48
- Fix issue with outline view #49
- Fix issue with regExParser #46
- Fix issues completion is case sensitive #32
- Change priority in auto-completion (1st search in plsql.completion.json) #44
- Fix issue with parser and trimming last character#45
- Fix issue with parser and case...end #37
- Add some keywords in highlight syntax #34
- Fix issues completion is case sensitive #32
- Fix issues completion - different icon for symbols #32
- Fix issues completion with loading hangs #32
- Fix issues with regExp parser (forward declaration and body declaration) #37
- Add intelliSense for package members (autocompletion from package files) #32
- Add custom intelliSense for tables members (autocompletion from plsql.completion.json) #32
- Fix case issue in order to work on Linux #38
- Add a setting commentInSymbols in order to fix issue #35
- Add a setting synonym to use synonym of package name
- Refactor parser to consider global constant, variable, type #8
- Fix issue with quote character #31
- Fix issue with setting searchFolder
- Add a specific variables in PLDoc ${PLDOC_PARAM_TYPE}: type of parameter #17
- Fix configuration (brackets, autoClosingPairs) #29
- Add .pls file type #27
- Consider files.associations when search files to navigate
- Support for multi-root workspace
- The minimum supported version of VS Code is now 1.17.0
- Fix case of module dateformat #15
- Fix navigation with schema
- Improve documentation about pldoc
- Fix documentation generation not always working #13
- Fix word based suggestions not working
- Correct list of symbols with schema in package name #11
- Correct syntax highlighting (rem, prompt) #10
- Add automatic documentation (above functions and procedures)
- Add some snippets
- Use new version of TypeScript, VSCode...
- Correct syntax highlighting (user) #7
- Allow to navigate when the cursor is on the keyword function or procedure
- Add/Correct syntax highlighting
- Add an exemple for advanced custom colorization
- Correct syntax highlighting
- Correct syntax highlighting, some keywords are too greedy (add,in,...) #7
- Colorize COMMENT keyword
- Add some keywords, functions to improve colorization of syntax #4 #6
- Edit README to include a note about running SQLPlus in a task #5
- Ignoring names of methods in single-comments #2
- Colorize DECLARE keyword #1
- Ignoring names of methods in block-comments
- Use new version of TypeScript, VSCode, vsce...