All notable changes to the "urscript" extension will be documented in this file.
Goto urscript-extension for more details.
- FEATURE
- Added 5.17.0 new functions (#32)
- BUGFIXES
- added missing semicolon to import new functions (#31)
- FEATURE
- reintroduced (#30)
- FEATURE
- added encoder_unwind_delta_tick_count (#26)
- FEATURE
- Initial support for upcoming struct type (#24)
- FEATURE
- Added request_integer_from_primary_client()
- Added request_float_from_primary_client()
- Added request_string_from_primary_client()
- Added request_boolean_from_primary_client()
- FEATURE
- Add
end
to completion list with high priority (#20)
- Add
- BUGFIXES
- Correct the misspelling of
fi
in functions.json tofi
.
- Correct the misspelling of
- BUGFIXES
- Fix string or comment containing
end
cause an indent decrease(#12) - Fix hover item pop-up when string value is same as function
- Fix recursive format when nested bracket
- Fix format error when using
*
or/
before negative sign-
- Correct
folding
andindentationRules
- Fix string or comment containing
- FEATURE
- Supports
.urscript
extension (#10)
- Supports
- BUGFIXES
- Features will search all
.variable
and.script
files in the workspace (including subfolders) - Prevent
Range
to beundefined
to cause exception - Clear previous
Hover.range
when hovering same word repeatedly - Correct the spelling of float in
function.json
- Features will search all
- FEATURE
- Toggle comments now available. Key bindings to
Cmd
+/
(Ctrl
+/
in windows) as default.
- Toggle comments now available. Key bindings to
- BUGFIXES
- Fix exception when
#
in the last line
- Fix exception when
- FEATURE
- Add and upload logo
- BUGFIXES
- Correct formatting when formats
if (not isArcOn()):
- Correct formatting when formats
- BUGFIXES
- Fix regex error when spaces after
:
sign
- Fix regex error when spaces after
- FEATURE
- Supports
Document Symbols
. It providesCTRL + SHIFT + O
and outline to show functions.
- Supports
- BUILD
- README with .gif images
- Release for beta version
- BUGFIXES
- Fix
Hover
andSignatureHelp
got incorrect item when start as same word
- Fix
- FEATURE
- Supports
.variables
file
- Supports
- BUGFIXES
- Fix format incorrect when sign/keyword in string and comment
- ENHANCEMENT
- Add keyword formatting
- Now
CompletionItems
,SignatureHelp
,Hover
,Go to Definition
can search current unsaved document
- BUGFIXES
- Fix documentation not shows well
- Fix multi-lines function format incorrectly
- Line is full of spaces and comments are formatted properly
- FEATURE
- TSDoc like documentation added
- ENHANCEMENT
- VSCode version necessary downgrade to 1.35.1
- BUGFIXES
- FEATURE
- CompletionItems
- Hover
- SignatureHelp
- Definition
- BUILD
- initial repo