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
Copy file name to clipboardExpand all lines: src/content/docs/tips/tricks.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Right click and click 'Search' on IFS directories and source files to search thr
46
46
47
47
### Overtype
48
48
49
-
VS Code works in "insert" mode. This can be annoying when editing a fixed mode source, for example DDS. Fortunately there is an [Overtype extension](https://marketplace.visualstudio.com/items?itemName=DrMerfy.overtype)<Iconname="external"color="cyan"class="icon-inline" /> that allows you to toggle between insert and overtype, and can also display the current mode in the status bar.
49
+
Prior to release 1.96, VS Code worked only in "insert" mode. If you cannot upgrade, then may install the [Overtype extension](https://marketplace.visualstudio.com/items?itemName=DrMerfy.overtype)<Iconname="external"color="cyan"class="icon-inline" /> which allows you to toggle between insert and overtype.
0 commit comments