Medijski sadržaj

  1. prije 19 sati

    Today's command: Fold All Fold all the elements in a file to see a minimal outline. Unfold individual elements as needed or use the 'Unfold All' command to expand everything again

  2. 2. velj

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

  3. 1. velj

    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

  4. 31. sij

    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

  5. 30. sij

    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)

  6. 29. sij

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

    Prikaži ovu nit
  7. 29. sij

    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

  8. 28. sij

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

  9. 27. sij

    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!

  10. 26. sij
  11. 25. sij

    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

  12. 24. sij

    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!

  13. 23. sij

    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

  14. 22. sij

    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

  15. 22. sij
  16. 21. sij

    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

  17. 20. sij

    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

  18. 19. sij

    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

  19. 18. sij

    Today's keybinding: Auto fix Quickly fix simple errors, such as misspellings or improper interface implementations Windows/Linux: shift alt . Mac: ⌘ ⌥ . VS Code includes auto fixes for /. Extensions can add additional auto fixes

  20. 17. sij

    Today's extension command: GitLen — Toggle file blame annotations See the most recent git change to each line of code in a file. Hover over a blame annotation to see details about the commit and further interact with it

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.

    Možda bi vam se svidjelo i ovo:

    ·