david_navigator 12 Posted March 25, 2021 What does Text Tools | Comment Member(s) do ? I can't see it in the documentation. Thanks David Share this post Link to post
Uwe Raabe 2059 Posted March 25, 2021 It is the same as Comment Entitiy. It places a line comment // before the entity at the cursor and all related entities (like getter, setter, field for a property). It comments interface and implementation part of that entity. It doesn't matter whether the cursor is placed in the interface or implementation of that entity. Note that there is no simple action to reverse that. 1 Share this post Link to post
david_navigator 12 Posted March 25, 2021 Ah thanks. I was looking for something to comment out the whole of a class in one go. Share this post Link to post