#vscodetips resultados da pesquisa
📌 Dev Shortcut: VS Code → Press Ctrl + D to select the next occurrence of a word. 🚀 Productivity unlocked. #VSCodeTips
👉 VSCode Tips! VSCode allows you to configure editor settings for multiple languages. Stop repeating the same configuration. #vscode #vscodetips
Struggling with productivity in VS Code? ⏰ Remembering the day when we discovered the power of 'Alt+Shift+Down' - a true timesaver in duplicating lines! Minor shifts, major wins! Try this shortcut, witness the speed in your workflow today! #ProductivityHacks #VSCodeTips
I switched from Prettier & ESLint to Biome for code formatting, improving my workflow significantly! Updated VS Code settings for the current project to prioritize Biome, while still using prettier for all projects. @biomejs #VSCodeTips
Go to your vscode settings (Ctrl+, in windows) and search for "brackets". Enable these two settings “active” . Then you will see colourful lines of opening and ending by pressing on any widget . Happy coding 👩🏻💻 #fluttertips #flutter #vscodetips
Use bookmarks in Visual Studio Code to quickly mark important lines with Ctrl+F2. Navigate through them easily with F2 and Shift+F2. Combine with navigation history (Alt+Left/Right) to jump back and forth between code locations efficiently! #VSCodeTips @code
Dominando o GitHub Copilot: O Futuro da Programação! #GitHubCopilot #DesenvolvimentoDeSoftware #VSCodetips #InteligênciaArtificial #Programação #GitHubSpark #CodigoInteligente #Desenvolvedores #Automatização #FuturoDaProgramação
Just few Shortcuts can boost your coding speed and take the game to next level. here are few VS Code shortcuts- Part 1 #VScodeTips #DeveloperLife #codingtips
Uzun zaman sonra ben bunu kullanırım dediğim bir VS Code eklentisi: Error Lens. Koddaki hata ve uyarıların olduğu satırları renklendirip, inline olarak açıklamasını basıyor. Farkı ekran görüntülerinden görebilirsiniz. #VSCode #VSCodeTips @vscodetips
Want to Master VS Code? Join SIVA Academy today and take your skills to the next level! 💻 Hands-on training, real-world projects, and expert guidance. 👉 Don’t just code – code smarter! #SivaAcademy #CodingBootcamp #VSCodeTips # #CodeSmarter #ProgrammingLife #CodeNewbie
VS Code Tips — Custom Folding Ranges A short guide on creating Manual Folding Ranges in Visual Studio Code (@code) that allow you to collapse and expand (fold and unfold) any part of your code. #vscode #vscodetips
VS Code Extension Coding smarter, not harder! Boost your VS Code game with these 5 powerful extensions. Try them now and thank us later! #vscodetips #codesmart #webdevtools #developerlife #codinghacks #frontenddev #productivecoding #vscodeextensions #techtips #senseacademy
If you're a VSCode enjoyer like myself, there is room to improve! Increase your coding speed, improve your development experience, and impress your coworkers while pairing - here are all the VSCode shortcuts you’ll ever need! 🔥✨ #vscode #vscodetips
A quick tip outlining how to easily collapse all sidebar folders in Visual Studio Code (@code). — #vscode #cssweekly #vscodetips #visualstudiocode #vscodetutorial #webdev #webdeveloper #webdevelopment #webdevelopers
One of my favorite features in #VSCode and #msdyn365bc AL Language preview is the inline inlay that shows parameter names when I press ctrl+alt. offUnlessPressed makes reading code so much easier just when you need it! 😍 #VSCodeTips #codinglife
"💡 VS Code Tip: Quickly duplicate a line of code with Alt + Shift + Down Arrow (Windows/Linux) or Option + Shift + Down Arrow (Mac). Great for saving time when repeating code snippets! #VSCodetips #WebDev"
Quick VS Code tip: Press `Ctrl + P` (or `Cmd + P` on Mac) and type `>` to quickly access commands. For example, type `>format` to auto-format your code instantly! #VSCodetips #webdev
VS code pro tip: Utilize the file finder (COMMAND + P or CNTR + P) to navigate your projects like a gazelle being chased by a lion 🦁📷 #programming #vscodetips
💡 Use VS Code shortcuts like `Ctrl + D` to select multiple instances of the same word. It’ll save you tons of time when refactoring! ⏳ #VSCodeTips #DeveloperLife
Use bookmarks in Visual Studio Code to quickly mark important lines with Ctrl+F2. Navigate through them easily with F2 and Shift+F2. Combine with navigation history (Alt+Left/Right) to jump back and forth between code locations efficiently! #VSCodeTips @code
Customize your VS Code toolbar and menus to boost productivity! Right-click the toolbar to add/remove buttons, or use the Command Palette (Ctrl+Shift+P) to find and pin your favorite commands for quick access. #VSCodeTips #Productivity @code
Customize your VS Code experience by creating your own themes! Use the built-in Color Theme extension generator to define colors for syntax, UI, and more. Personalize your workspace and boost productivity with a look that suits you perfectly. #VSCodeTips @code
Use bookmarks in Visual Studio Code to quickly mark important lines with Ctrl+F2. Navigate through them easily with F2 and Shift+F2. Combine with navigation history (Alt+Left/Right) to jump back and forth between code locations efficiently! #VSCodeTips @code
Use Visual Studio Code’s built-in code analysis and static code rules to catch errors early. Enable extensions like ESLint or SonarLint for real-time feedback and cleaner, more maintainable code. #CodeQuality #VSCodeTips @code
In Visual Studio Code, use "Peek Definition" (Alt+F12) to view code inline without leaving your current spot, and "Go to Definition" (F12) to jump directly to the code. Boost your workflow by choosing the right navigation! #VSCodeTips #CodingEfficiency @code
📌 Dev Shortcut: VS Code → Press Ctrl + D to select the next occurrence of a word. 🚀 Productivity unlocked. #VSCodeTips
Use "Peek Definition" in VS Code to view code definitions inline without leaving your current file. Use "Go to Definition" to jump directly to the source file. Both boost navigation—choose based on whether you want context or focus! #VSCodeTips #Programming @code
For my apps I always struggled to find an idea for a logo and an icon and building it. Now with VS code and various models within I can generate very cool logo and icons in svg format with few prompts. With this svg I can then generate icons for all platforms. #vscodetips
Customize your VS Code toolbar and menus to boost productivity! Right-click the toolbar to add/remove buttons, or use the Command Palette (Ctrl+Shift+P) to find and pin your favorite commands for quick access. #VSCodeTips #Productivity @code
Stop jumping tabs! 🖥️ Use VSCode multi-cursor & split terminals to speed up React dev workflow. Your future self will thank you. 😎 #WebDevelopment #VSCodeTips #ReactJS #CodeSmart
Customize your VS Code toolbar and menus to boost productivity! Right-click the toolbar to add/remove buttons, or use the Command Palette (Ctrl+Shift+P) to find and pin your favorite commands for quick access. #VSCodeTips #Productivity @code
Customize your VS Code experience by creating your own themes! Use the built-in Color Theme extension generator to define colors for syntax, UI, and more. Personalize your workspace and boost productivity with a look that suits you perfectly. #VSCodeTips @code
Use VS Code's "Editor: Format On Save" and customize formatting profiles in settings.json for consistent, clean code. Combine with extensions like Prettier for automated, project-specific style enforcement. #CodeCleanup #VSCodeTips @code
Use Visual Studio Code’s built-in code analysis and static code rules to catch bugs early. Enable extensions like ESLint or SonarLint for real-time feedback and cleaner, more maintainable code. #CodeQuality #VSCodeTips @code
Use VS Code's "Editor: Format On Save" and customize formatting profiles in settings.json for consistent, clean code. Combine with extensions like Prettier for automated style enforcement across your projects. #CodeCleanup #VSCodeTips @code
Use VS Code's "Editor: Format On Save" and customize formatting profiles in settings.json for consistent, clean code. Combine with extensions like Prettier for automated, project-specific style enforcement. #CodeCleanup #VSCodeTips @code
Use Visual Studio Code’s built-in code analysis and static code rules to catch errors early. Enable extensions like ESLint or SonarLint for real-time feedback and cleaner, more maintainable code. #CodeQuality #VSCodeTips @code
Use Visual Studio Code's built-in code analysis and static code rules to catch errors early. Enable extensions like ESLint or SonarLint for real-time feedback and cleaner, more maintainable code. #CodeQuality #VSCodeTips @code
code -a . opens vs code with the current shell folder #vscode #vscodetips
in latest @Code #vscodetips: enableScriptExplorer in your user settings, then you get a run npm scripts section in the file explorer
Want to navigate to a particular line number in a file? CTRL + G is your friend. From there type in the line number and press ENTER #vscodetips
Don't like the search on the right (default)? Move it down below with this user settings setting. "search.location": "panel" #vscodetips
#vscode #vscodetips Use CTRL + Space or Command + Space to find out the latest available version of packages inside a package.json file
🔥 VS Code will let you know, if you are using any wrong combinations of #CSS properties. Eg: `display: block` with `vertical-align: middle` #vscodetips @code @vscodetips
🔥 #vscodetips: Settings sync for vscode will not only sync your configs but also install all the Extensions + User snippets etc,. marketplace.visualstudio.com/items?itemName… #vscode
At last! It's possible to disable this super annoying peek window in @code Just drop `"editor.gotoLocation.multiple": "goto"` into your settings file 🔥🔥🔥 #vscode #vscodetips #typescript
¿Sabías que en @code puedes listar los scripts npm de tu proyecto? 📝 Activando la configuración ⚙️ "npm.enableScriptExplorer". Perfecto para monorepos multipaquete, para ver fácilmente qué scripts puedes ejecutar sin necesidad de ir buscando el package.json 🤓 #VSCodeTips
💬 Which extension do you use daily—or just discovered? 📎 Save this thread to upgrade your dev toolkit! DeveloperTools #VSCodeTips
Did you know, that writing "lorem[num]" in @code you actually generate Lorem Ipsum text with the amount of words you entered? This is so cool! #vscode #vscodetips
Ever wanted to have a syntax highlighting of your choice in @code whenever you create a new file without extension It can be done by setting default language Settings > Search for "Default Language" > Set it to your desired language - Ex: html, js, python ProTip👇 #VSCodeTips
VSCode + Python Tip 🤟🐍 You can get the path of the currently selected python interpreter via "${command:python.interpreterPath}" #vscode #vscodetips #python #pythontips
👉 VSCode Tips! VSCode allows you to configure editor settings for multiple languages. Stop repeating the same configuration. #vscode #vscodetips
Do you use //TODO in your code? CodeStream "issues" make it easy to add tasks and assign them to your colleagues! #vscodetips @code
I switched from Prettier & ESLint to Biome for code formatting, improving my workflow significantly! Updated VS Code settings for the current project to prioritize Biome, while still using prettier for all projects. @biomejs #VSCodeTips
【VScode達人になりたい】 全然使いこなせていないので、ショートカットその他便利機能をメモとして残していこうと思います。 まずはInteractive Playground に列挙されている10個の機能からやりますかね。 #VScodeTips #駆け出しエンジニアと繋がりたい
Visual Studio Code: Multi-line and multi-cursor editing bit.ly/2GaWWLg #VisualStudioCode #VSCode #VSCodeTips #dotnet
【VScode達人になりたい】 この辺りは皆さん当たり前に使ってるのかなぁ。 IntelliSenseはシレっと跳ばしてLine Actions。行の複製と移動はドットインストールでもよく使われている印象。 #駆け出しエンジニアと繋がりたい #VScodeTips
【VScode達人になりたい】 全然使いこなせていないので、ショートカットその他便利機能をメモとして残していこうと思います。 まずはInteractive Playground に列挙されている10個の機能からやりますかね。 #VScodeTips #駆け出しエンジニアと繋がりたい
Something went wrong.
Something went wrong.
United States Trends
- 1. #BUNCHITA 1,374 posts
- 2. #SmackDown 44.8K posts
- 3. Tulane 4,220 posts
- 4. Aaron Gordon 3,540 posts
- 5. Giulia 14.5K posts
- 6. Supreme Court 183K posts
- 7. Russ 13.6K posts
- 8. Frankenstein 76.8K posts
- 9. Connor Bedard 2,803 posts
- 10. #TheLastDriveIn 3,599 posts
- 11. #TheFutureIsTeal N/A
- 12. Podz 2,929 posts
- 13. #OPLive 2,245 posts
- 14. Caleb Wilson 5,662 posts
- 15. Northwestern 5,011 posts
- 16. Memphis 16.1K posts
- 17. Justice Jackson 5,404 posts
- 18. Scott Frost N/A
- 19. Tatis 1,967 posts
- 20. Isaiah Hartenstein 1,245 posts