Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @mattbierner
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @mattbierner
-
Pinned Tweet
If you prefer your daily
@code tips on YouTube, I've created a new#code2020 channel for them!https://www.youtube.com/channel/UCyYh-eAr74avLwOyPa1dDNg …Thanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code extension: Sort lines (tyriar.sort-lines) Sort selected lines of text in a number of different ways. You can even remove duplicates! https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines …#code2020pic.twitter.com/lBxZILi2QdThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code setting: editor.tokenColorCustomizations If you're an advanced VS Code user, you can fully tweak your theme with editor.tokenColorCustomizations. Change color of all comments for example or of specific JavaScript keywords https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme …#code2020pic.twitter.com/ZsEWW63aLIThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code tip: extensions view search filters Use special @ queries in VS Code's extension view to discover new extensions and manage your existing ones https://code.visualstudio.com/docs/editor/extension-gallery#_extensions-view-filters …#code2020pic.twitter.com/l9QGkhTIiIThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code tip: hover peeks While hovering over a symbol, VS Code shows its documentation and type info. You can also quickly preview the symbol's definition with ctrl (hold cmd on Mac)#code2020pic.twitter.com/Wz9ATO7DqCThanks. Twitter will use this to make your timeline better. UndoUndo -
I should note that there's also a built-in 'Transform to Uppercase' command that does the same thing. This is mainly a fun example of what snippets can do
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
A bonus
@code tip for today: use this snippet keybinding to quickly uppercase selected text { "key": "ctrl+k ctrl+u", "command": "editor.action.insertSnippet", "args": { "snippet": "${TM_SELECTED_TEXT/(.*)/${1:/upcase}/}" } }pic.twitter.com/5FcyOHMvesShow this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code tip: column/box selection Hold ctrl+shift while making a selection to create a column/box selection. VS Code creates a cursor at the end of each line so you can quickly edit blocks of text#code2020pic.twitter.com/cMLfAy2fLgThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code keybinding: toggle explorer Quickly switch to focus the explorer, even if it's hidden Windows/Linux: ctrl shift E Mac: ⌘ shift E#code2020pic.twitter.com/rNzwaNJJOzThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code command: toggle zen mode Zen mode helps you focus on your code by hiding other parts of the VS Code UI. That doesn't mean you can't still access the command palette, terminal, or the explorer however using keyboard shortcuts!#code2020pic.twitter.com/uZ9v3H165iThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code tip: snippet keybindings Create keybindings that insert specific snippets https://code.visualstudio.com/docs/editor/userdefinedsnippets#_assign-keybindings-to-snippets …#code2020pic.twitter.com/qEYGqTdm4AThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code setting: javascript.suggest.completeFunctionCalls When accepting a suggestion for a#JavaScript function, fills in the parameters. Use tab to move through args to complete the call Also works for#Typescript with typescript.suggest.completeFunctionCalls#code2020pic.twitter.com/PLieRy93wbThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code refactoring: extract constant Extract the currently selected expression to a local variable. Works out of the box for#JavaScript and#Typescript. Extensions can add support for other languages too!#code2020pic.twitter.com/6vvpEN2vjoThanks. Twitter will use this to make your timeline better. UndoUndo -
Count down your remaining seconds with the newly updated minutes-to-midnight nodejs library
https://www.npmjs.com/package/minutes-to-midnight …
Thanks @roblourens for the reminder!Thanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code command: go to symbol in file Quickly jump to variables, function definitions, and more in a file Windows/Linux: ctrl shift O Mac: ⌘ shift O#code2020pic.twitter.com/5QP0oXWmUWThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code keybinding: F8 — Go to next error Press F8 to jump to the next error in your code and see an inline description of the problem. Then use the quick fix lightbulb to fix the errors#code2020pic.twitter.com/OCqP34J5t0Thanks. Twitter will use this to make your timeline better. UndoUndo -
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Today's
@code tip: smart selection Quickly expand the current selection based on the structure of your code Windows/Linux: shift alt left/right arrows Mac: command ctrl shift left/right arrows#code2020pic.twitter.com/PEgpxoCx0aThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code tip: VS Code shows small color previews in#html and#css files. Click on the color to open an interactive color picker Extensions can add color pickers to other languages as well#code2020pic.twitter.com/CXT79PLQVsThanks. Twitter will use this to make your timeline better. UndoUndo -
Today's
@code tip: The current git branch is displayed in the lower left corner of the#vscode status bar. Click on it to view a list of known branches and switch between them#code2020pic.twitter.com/cnq6XiohJoThanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.