Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 964 Bytes

Refactor.md

File metadata and controls

25 lines (13 loc) · 964 Bytes

Refactor

Surround with Tags (Wrap)

This refactor command gives the capability to select an XML content and surround it with a given tag. To execute this command you can:

  • use command palette (Ctrl+P) and type Surround

Surround with Tags

  • use contextual menu

If you prefer using keyboard to process Surround with Tags (Wrap),you need to associate this command with a keybinding. See Keyboard Shortcuts editor for more informations.

Surround with Comments

Similar to Surround with Tags (Wrap), you can comment out the selected XML content:

Surround with Tags

Surround with CDATA

Similar to Surround with Tags (Wrap), you can surround the selected XML content with CDATA:

Surround with Tags