4

How to comment out strings of code in SOAP UI editor using shortkeys?

I have SOAP UI 5.2.1.

Termininja
  • 6,620
  • 12
  • 48
  • 49
Bilow Yuriy
  • 1,239
  • 3
  • 13
  • 20
  • What do you mean by code in soapui editor? is it a soap request, or groovy script? clarify please. – Rao Apr 04 '16 at 02:05
  • @Rao I meant soap request.It is very hard way to comment out by – Bilow Yuriy Apr 04 '16 at 08:15
  • please someone help here https://stackoverflow.com/questions/76463462/how-to-uncomment-strings-of-code-in-soap-ui-editor – KKDev Jun 13 '23 at 09:36

4 Answers4

13

Actually there is a shortcut: Ctrl + / will comment and uncomment the selected text.

Ronan Boiteau
  • 9,608
  • 6
  • 34
  • 56
ksalgado
  • 143
  • 2
  • 7
  • not working for uncomment https://stackoverflow.com/questions/76463462/how-to-uncomment-strings-of-code-in-soap-ui-editor – KKDev Jun 13 '23 at 09:38
5

Unfortunately, SoapUI does not have shortcut keys to comment xml in the soap request editor.
User have to manually comment the required elements.

Rao
  • 20,781
  • 11
  • 57
  • 77
1

For Mac the SoapUI shortcut is Command + / for XML editor.

0

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

Ronan Boiteau
  • 9,608
  • 6
  • 34
  • 56
Bilow Yuriy
  • 1,239
  • 3
  • 13
  • 20