Medijski sadržaj
- Tweetovi
- Tweetovi i odgovori
- Medijski sadržaj, trenutna stranica.
-
Today's
@code 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#code2020pic.twitter.com/u6AFSzzUQP -
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/lBxZILi2Qd -
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/ZsEWW63aLI -
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/l9QGkhTIiI -
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/Wz9ATO7DqC -
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/5FcyOHMvesPrikaži ovu nit -
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/cMLfAy2fLg -
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/rNzwaNJJOz -
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/uZ9v3H165i -
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/qEYGqTdm4A -
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/PLieRy93wb -
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/6vvpEN2vjo -
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/5QP0oXWmUW -
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/OCqP34J5t0 -
-
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/PEgpxoCx0a -
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/CXT79PLQVs -
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/cnq6XiohJo -
Today's
@code 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#JavaScript/#TypeScript. Extensions can add additional auto fixes#code2020pic.twitter.com/B4yLCiUVJk -
Today's
@code 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 https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens …#code2020pic.twitter.com/dClbm1OZF1
Č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.