Tweets

You blocked @mattbierner

Are you sure you want to view these Tweets? Viewing Tweets won't unblock @mattbierner

  1. Pinned Tweet
    Jan 24

    If you prefer your daily tips on YouTube, I've created a new channel for them!

    Undo
  2. 20 hours ago

    Today's extension: Sort lines (tyriar.sort-lines) Sort selected lines of text in a number of different ways. You can even remove duplicates!

    Undo
  3. Feb 1

    Today's 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

    Undo
  4. Jan 31

    Today's tip: extensions view search filters Use special @ queries in VS Code's extension view to discover new extensions and manage your existing ones

    Undo
  5. Jan 30

    Today's 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)

    Undo
  6. Jan 29

    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 thread
    Undo
  7. Jan 29

    A bonus 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}/}" } }

    Show this thread
    Undo
  8. Jan 29

    Today's 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

    Undo
  9. Jan 28

    Today's keybinding: toggle explorer Quickly switch to focus the explorer, even if it's hidden Windows/Linux: ctrl shift E Mac: ⌘ shift E

    Undo
  10. Jan 27

    Today's 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!

    Undo
  11. Jan 26
    Undo
  12. Jan 25

    Today's setting: javascript.suggest.completeFunctionCalls When accepting a suggestion for a function, fills in the parameters. Use tab to move through args to complete the call Also works for with typescript.suggest.completeFunctionCalls

    Undo
  13. Jan 24

    Today's refactoring: extract constant Extract the currently selected expression to a local variable. Works out of the box for and . Extensions can add support for other languages too!

    Undo
  14. Jan 23

    💥 Count down your remaining seconds with the newly updated minutes-to-midnight nodejs library 💥 Thanks for the reminder!

    Undo
  15. Jan 23

    Today's 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

    Undo
  16. Jan 22

    Today's 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

    Undo
  17. Jan 21
    Undo
  18. Jan 21

    Today's 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

    Undo
  19. Jan 20

    Today's tip: VS Code shows small color previews in and files. Click on the color to open an interactive color picker Extensions can add color pickers to other languages as well

    Undo
  20. Jan 19

    Today's tip: The current git branch is displayed in the lower left corner of the status bar. Click on it to view a list of known branches and switch between them

    Undo

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.

    You may also like

    ·