This plugin encloses the selected text in the document in an XML comment block. After installing the plugin it can be accessed through the editor's contextual menu by choosing Plugins->XML Comment.

Example:

Input:
	This is a sample.
Result: 
	<!-- This is a sample. -->