How to comment out strings of code in SOAP UI
editor using shortkeys?
I have SOAP UI 5.2.1.
How to comment out strings of code in SOAP UI
editor using shortkeys?
I have SOAP UI 5.2.1.
Actually there is a shortcut: Ctrl + / will comment and uncomment the selected text.
Unfortunately, SoapUI
does not have shortcut keys to comment xml
in the soap request editor.
User have to manually comment the required elements.
I found a plugin for Notepad++ XML Tools.
It is very user friendly to comment out, just Ctrl + Alt + Shift + C and Ctrl + Alt + Shift + R back