Releases: xjsender/haoide-vscode
Releases · xjsender/haoide-vscode
v0.2.6
[0.2.6], 2019-10-19
- Add new command
runSyncTest
to run syncholize test - Add new command
viewCodeCoverage
to view code coverage - Add confirmation to
update project
aftertoggle metadata objects
- Add support for tooling query and export for query explorer
- Update Remove success information after
switch project
- Fix bug when retrieve file property for
aura components
- Fix bug Keep file properties to local cache after execute
refreshFolders
v0.1.9
[0.1.9], 2019-09-24
- Add new command for converting array to table
- Add new command for refreshing folders from server
- Add new command for creating manifest file in the
explorer/context
menu - Add new command for retrieving manifest from server
- Add new command for converting json to typescript
- Add new command for setting new file with apex syntax in the
editor/title
menu - Add new setting for controlling whether print debug log of extension
- Enhancement for custom apex class completion
- Add support for formating rest body in the rest explorer
- Add support for
listMetadata
when retrieveCustomObject
,DocumentFoler
and so on
0.1.5
- Add new command for
Convert JSON to Apex
- Add new command for
Creating ApexTrigger
- Add new command for
Creating ApexClass
- Add new command for
Creating Visualforce Page
- Add new command for
Creating Visualforce Component
- Add new command for
Creating LWC
- Add new command for
Creating Aura Application, Component, Event and Interface
- Enhancement: save dirty files before execute deploy command
- Enhancement: reload sobject cache after project is created
- Enhancement: set new untitled file with apex syntax
- Fix bug for metadata api when session expired
0.1.4
- Add new command for
Destruct This File From Server
- Add new command for
Destruct Open Files From Server
- Update local file properties after files are retrieved from server
- Update lastModifiedDate of file property after files are deploy succeed
[0.1.3]
- Add new command for
updating user language
- Fix bug for command
switch project
- Refactor settings and API structure