Select Page

One of the best things Domino Designer gets from being in Eclipse are the shortcuts for commenting code.  They really make it easy to do testing and/or save code “for later”.

CODE COMMENT SHORTCUTS

  • CTRL + SHIFT + C
    Comments/Uncomments a line of code
  • CTRL + SHIFT + /  and CTRL + SHIFT +
    Comments/Uncomments a block of code

 Works in: XPage source, Theme editor,  Java editor, JavaScript and Java Script Library 
(In libraries multiple lines must be selected for block commenting.)

 Does not work in: CSS editor, script editor window