Opens profile photo
Follow
Matt Bierner
@mattbierner
Maintainer of JS/TS in VS Code | Code 20/20 | AR/MR creator | Founder Rare Realities | Cyberdelic holdout
Science & TechnologyWashington, USAblog.mattbierner.comJoined February 2009

Matt Bierner’s Tweets

Today's tip: File nesting Nest related files in the explorer You can nest compiled JS under TS files for example or just clean up the view of your workspace Enable it with: explorer.fileNesting.enabled Customize it with: explorer.fileNesting.patterns #code2020
Embedded video
1:59
242 views
1
1
13
The latest insider adds #markdown link validation! Now you get warnings when you link to a file or header that does not exist Enable it with 'markdown.experimental.validate.enabled'. We're actively working on this feature so give it a try and be sure to share feedback!
Embedded video
2:08
6.2K views
1
21
111
Today's setting: Files › Refactoring: Auto Save Automatically save after refactors that go across files, such as renames This settings is enabled by default. When disabled, VS Code will instead open all changed files as unsaved editors that you can review #code2020
Embedded video
1:58
8.1K views
3
10
79
Today's tip: Rename markdown headers Use rename (F2) to change a #markdown header while also updating all links to that header in the current workspace This ensures you don't accidentally create broken links when changing a header's text #code2020
Embedded video
1:36
6.9K views
1
23
114

Topics to follow

Sign up to get Tweets about the Topics you follow in your Home timeline.

Carousel

Today's tip: local history Local history in the Timeline view shows you all changes made to a file Use it to diff against old versions or even restore them Local history is enabled automatically and does not require source control #code2020
Embedded video
2:07
981 views
1
7
35
Today's command: Compare active file with saved View a diff of all changes in an unsaved text editor using the 'File: Compare active file with saved' command #code2020
Embedded video
1:28
709 views
6
26
Tired of VS Code jumping into d.ts files? Try the new 'Go to Source Definition' in today's insiders. It tries taking you to the #JavaScript source of a function/method, even if it's under node_modules! Big � for for adding this!
Embedded video
GIF
17
220
939
Today's setting: Search Smart Case Automatically enable case-sensitive workspace search when you use uppercase letters This can save time vs toggling case-sensitivity on and off #code2020
Embedded video
1:34
412 views
2
14
Today's tip: Drag and drop to open folders Quickly open a folder in VS Code by dropping it on the VS Code window If you drop the folder on the VS Code explorer, you can instead add it to the current workspace (creating a multi-root workspace) #code2020
Embedded video
1:31
285 views
11
Today's tip: inline quick suggestions See suggestions inline as you type instead of in the suggest widget Press Tab to accept a suggestion and use option/alt+[ to cycle through suggestions Enable them using "inline" for the "editor.quickSuggestions" setting #code2020
Embedded video
2:13
398 views
1
1
18
Today's tip: High contrast themes The built-in high contrast color themes are optimized to make UI elements clearly stand out There's a dark and light high contrast theme depending on your preference #code2020
Embedded video
1:23
725 views
1
3
19
References are the first step for adding other interesting features to md, such as: - Error reporting for broken internal links - Update links on header rename - Update links on file move/rename
6
Show this thread
Today's setting: Workbench > Editor: Navigation Scope Control how 'Go Back' and 'Go Forward' navigate through editor history • default — Nav through all editors • editorGroup — Limit nav to current editor group • editor — Limit nav to current editor #code2020
Embedded video
2:18
389 views
1
13
Today's setting: Editor line height Change the height of lines in the code editor Values between 0 and 8 set the line height relative to the current font size. So '3' sets line height to 3x the font size Values over 8 set the absolute line height in pixels #code2020
Embedded video
2:10
8.2K views
3
12
97
has audio cues and folks like it. We want to add more to too. If you've got opinions and want to join the conversation, head over to developercommunity.visualstudio.com/t/More-Audio-c
Quote Tweet
Today's @code tip: Audio cues Audio cues can provide audible alerts for events such as hitting a breakpoint and for when the current line contains errors or is folded They are on by default in screenreader mode. You can also explicitly enable/disable specific cues #code2020
Embedded video
2:16
8.5K views
1
4
Today's tip: Audio cues Audio cues can provide audible alerts for events such as hitting a breakpoint and for when the current line contains errors or is folded They are on by default in screenreader mode. You can also explicitly enable/disable specific cues #code2020
Embedded video
2:16
8.5K views
7
22
108
Today's command: Surround with snippet Quickly wrap selected statements in a try/catch or if/else using 'Surround with Snippet' Extension can provide more specialized snippets for your favorite languages and environments #code2020
Embedded video
1:40
639 views
1
7
28
Two follow up tips: - With a persistent docs view, you can try disabling hovers using the editor.hover.enabled setting - The docs view can be "pinned" to lock it to the documentation of a single symbol
4
Show this thread
Today's tip: Explorer undo Use ctrl+z / cmd+z with the explorer focused to undo file deletes, moves, and renames Use the 'explorer.confirmUndo' setting to control when VS Code prompts you for undos in the explorer #code2020
Embedded video
1:51
9.4K views
1
12
98