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
### Added
- Full support latest Tact 1.2.0 version ([#166](#166))
### Fixed
- A bug with comment/uncomment already commented
lines ([#169](#169))
- Function parameter name hints for var arguments of same
name ([#167](#167))
I often select a piece of code an comment it with a hotkey.
Consider having the following initial code (note, that one line is commented already):
I select it, press comment, and get an expected result:
Then I want to rollback it. I select, press comment again.
Expected: getting the initial code.
Actual:
(three ';' were removed instead of two)
The text was updated successfully, but these errors were encountered: