5

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

I have SOAP UI 5.2.1.

3
  • What do you mean by code in soapui editor? is it a soap request, or groovy script? clarify please. Commented Apr 4, 2016 at 2:05
  • @Rao I meant soap request.It is very hard way to comment out by <!-- --> Commented Apr 4, 2016 at 8:15
  • please someone help here stackoverflow.com/questions/76463462/… Commented Jun 13, 2023 at 9:36

4 Answers 4

14

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

Sign up to request clarification or add additional context in comments.

1 Comment

5

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

2 Comments

Maybe there is some kind of plugin or workaround to fix that?
May be use xml aware editor/IDE for easy commenting and place the request in soapui request editor if desperately needed.
1

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

Comments

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.