Visual Studio Code: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
|||
Line 8: | Line 8: | ||
* [[Visual studio]] |
* [[Visual studio]] |
||
== Extensions == |
|||
=== Polacode === |
|||
* Extension to capture code snippets. |
|||
* {{kb|Ctrl-Shift-P}} then <code>polacode</code>: |
|||
:* {{kb|Ctrl-C}} the code to take, and {{kb|Ctrl-V}} in polacode window. |
|||
:* Drag the window bottom right corner (there are two handles for the black and white bg). |
|||
:* Save the file |
|||
== Troubleshooting == |
== Troubleshooting == |
Revision as of 05:43, 10 July 2023
Visual Studio Code is the new cross-platform editor from Microsoft based on Electron.
Links
External links
On this wiki:
Extensions
Polacode
- Extension to capture code snippets.
- Ctrl-Shift-P then
polacode
:
- Ctrl-C the code to take, and Ctrl-V in polacode window.
- Drag the window bottom right corner (there are two handles for the black and white bg).
- Save the file
Troubleshooting
Cannot maximimize window in X11 server / SSH-forwarded session
See issue #65232. The fix (File → Preferences → Settings):
"window.titleBarStyle": "native"
AltGr moves the cursor to the left in X11 server / SSH-forwarded session
See issue #24783. The fix (File → Preferences → Settings):
"keyboard.dispatch": "keyCode"