Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 440 Bytes

Angle Wrapper README

Simple extension to wrap text in angle brackets.

Features

Wrap text in angle brackets pressing "<" on selection

Extension Settings

"keybindings": [
			{
				"command": "angle-wrapper.wrap",
				"key": "<",
				"when": "editorFocus && editorHasSelection"
			}
		]

Release Notes

See CHANGELOG.md