Best of VSCodeJuly 2024

  1. 1
    Article
    Avatar of trunkioTrunk.io·2y

    Underrated IDE (and code editors)?

    The author expresses interest in exploring underrated IDEs beyond mainstream options like VSCode, JetBrains, and various flavors of vim. They note the growing popularity of Zed and Cursor and acknowledge that no current IDE is perfect.

  2. 2
    Article
    Avatar of habrhabr·2y

    These Tools helped me become x10 faster Web Developer

    Discover the top 5 tools - Figma, Visual Studio Code, Google Chrome, Perplexity AI, and Claude AI - that can significantly enhance your productivity as a web developer. Learn about their key features, benefits, and how they can streamline your development process.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Pieces is the only AI tool you need to be a 10x developer🤯

    Pieces is an advanced AI tool designed to boost developer productivity by providing intelligent code snippet management and contextual assistance. It works across various platforms, including VSCode, Chrome, and a dedicated desktop app. Pieces offers features like live context through Copilot+, integration with multiple tools, and local or cloud-based LLMs. Key use cases include solving coding issues, facilitating collaboration, and managing research materials efficiently.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    How to Debug Node.js Applications Like a Pro

    Learn practical techniques for debugging Node.js applications, including console logging, using the Node.js debugger, and IDE integration with Visual Studio Code. Other topics covered include handling asynchronous code, memory profiling, code quality with ESLint, and advanced debugging methods like conditional breakpoints and remote debugging. The guide also outlines best practices such as structured logging, type-checking, and comprehensive testing to enhance debugging efficiency.

  5. 5
    Article
    Avatar of devblogsDevBlogs·2y

    Python in Visual Studio Code

    The August 2024 release of the Python and Jupyter extensions for Visual Studio Code introduces improved Python discovery using python-environment-tools, inline variable values in source code during debugging, and enhancements to the VS Code Native REPL for Python. User feedback is encouraged for ongoing improvement and feature development.

  6. 6
    Video
    Avatar of wdsWeb Dev Simplified·2y

    How To Debug In VSCode In 1 Minute

    Learn how to debug your code line by line directly in VSCode. The guide explains the process of setting up debugging for a web application running on localhost, including how to create a configuration file and use the debugger to step through code and hit breakpoints efficiently.

  7. 7
    Video
    Avatar of communityCommunity Picks·2y

    Fix Every TypeScript Error with This Tool!

    Discover how to automatically fix numerous TypeScript errors with the underrated tool TS fix, a CLI built by Microsoft. Learn the steps to clone, build, and link this tool to effortlessly apply fixes across your TypeScript project. TS fix includes safeguards to ensure no unwanted changes are applied, and it accounts for project-specific TypeScript configurations. The post also highlights the importance of the TypeScript configuration and introduces an optional VS Code plugin for additional support in identifying and fixing errors.

  8. 8
    Video
    Avatar of communityCommunity Picks·2y

    Create Your Own VS Code Themes!

    Easily create personalized VS Code themes using Team Studio for VS Code. Choose between light and dark modes, customize the color scheme, and see your changes in real-time. A link to Team Studio is provided in the comments.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    Devboxes – CodeSandbox

    CodeSandbox offers Devboxes and Sandboxes for web development, with Devboxes being more robust as they run on VMs, support Docker, and provide features like AI integration and collaborative terminals. Devboxes are ideal for prototyping any project regardless of its size or language. The free plan offers generous VM specs, with a Pro trial available for enhanced capabilities. Devboxes can quickly fork and resume, making them excellent for iterative development. Users can upgrade to Repositories from Devboxes for full-scale development with additional GitHub integrations.