You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #26 , the current block comment editor action will insert the block comment suffix and prefix at the exact beginning and end of the selection.
MATLAB block comments only work when the prefix and suffix are on their respective lines.
The would block comment need to move the selection to select the whole lines of the selection before applying the suffix and prefix.
@kornilova-l found the class SelfManagingCommenter that could possibly add the action needed.
The text was updated successfully, but these errors were encountered:
As discussed in #26 , the current block comment editor action will insert the block comment suffix and prefix at the exact beginning and end of the selection.
MATLAB block comments only work when the prefix and suffix are on their respective lines.
The would block comment need to move the selection to select the whole lines of the selection before applying the suffix and prefix.
@kornilova-l found the class
SelfManagingCommenter
that could possibly add the action needed.The text was updated successfully, but these errors were encountered: