Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 4 KB

utilities.md

File metadata and controls

93 lines (73 loc) · 4 KB

Utilities

There are some utilities to keep your work efficient as below

Utilities in the main menu or context menu

Convert 15Id to 18Id Step by Step

  • Click Utilities > Convert 15Id to 18Id in the main menu
  • Input your 15Id and then press Enter
  • f your input is valid 15Id, converted 18Id will appear in the output panel, otherwise, it will be returned as original value

Describe sObject Step by Step

  • Click Utilities > Describe sObect in the main menu
  • Choose a sObject in the quick panel and press Enter
  • The describe result will appear in the new view

Generate sObject SOQL Step by Step

  • Click Utilities > Generate sObject SOQL in the main menu
  • Choose a sObject in the quick panel and press Enter
  • The sObject SOQL will appear in the new view

JSON Serialization Step by Step

  • Open any JSON file or choose any valid JSON content
  • Click Utilities > JSON Serialization in the main menu
  • The Serialized JSON will appear in the new view

JSON Format Step by Step

  • Open any JSON file or choose any valid JSON content
  • Click Utilities > JSON Pretty in the main menu
  • The Prettied JSON will appear in the new view

JSON to XML Step by Step

  • Open any JSON file or choose any valid JSON content
  • Click Utilities > JSON to XML in the main menu
  • The converted JSON will appear in the new view

JSON to Apex Step by Step

XML to JSON Step by Step

  • Open any XML file or choose any valid XML content
  • Click Utilities > XML to JSON in the main menu
  • The converted JSON will appear in the new view

XML Format Step by Step

  • Open any XML file or choose any valid XML content
  • Click Utilities > XML Format in the main menu
  • The formatted XML will appear in the new view

JSON/XML in the context menu

JSON Serialization Step by Step

  • Open any JSON file or choose any valid JSON content
  • Click JSON/XML > JSON Serialization in the main menu
  • The Serialized JSON will appear in the new view

JSON Format Step by Step

  • Open any JSON file or choose any valid JSON content
  • Click JSON/XML > JSON Pretty in the main menu
  • The Prettied JSON will appear in the new view

JSON to XML Step by Step

  • Open any JSON file or choose any valid JSON content
  • Click JSON/XML > JSON to XML in the main menu
  • The converted JSON will appear in the new view

JSON to Apex Step by Step

XML to JSON Step by Step

  • Open any XML file or choose any valid XML content
  • Click JSON/XML > XML to JSON in the main menu
  • The converted JSON will appear in the new view

XML Format Step by Step

  • Open any XML file or choose any valid XML content
  • Click JSON/XML > XML Format in the main menu
  • The formatted XML will appear in the new view

Utilities in the sidebar menu

Create Package.xml Step by Step

  • Choose the folder in which posit the package.xml
  • Click HaoIDE > Create Package.xml in the sidebar menu
  • You will see the created package.xml in it

Combine Package.xml in folders to only one Step by Step

If we have many package.xml files, for example, every developer will have his/her own package.xml to deploy, or every requirement will have one package.xml file, at the last stage of project implementation, only one deployment is required, so, how can we combine these package.xml files to only one.

You may concern about the accuracy, don't worry, plugin will automatically help you remove the duplicated ones, sort them and generate the new package.xml for you.

You can do it step by step as follow steps:

  • Drag all your folder which contains package.xml to sublime, then,
  • Choose all of them and click Combine Package.xml in the sidebar menu, then,
  • Input the output path to contain the combined package.xml and press Enter, then,
  • You will see the combined package.xml in the input path