Best of VSCodeMarch 2025

  1. 1
    Video
    Avatar of youtubeYouTube·1y

    The VS Code/Cursor Setup to INCREASE Productivity (2025)

    Enhance your development productivity with the ultimate VS Code/ Cursor setup by optimizing settings, using effective extensions, and applying stylish themes. Discover how to make coding more enjoyable and efficient with tips on configuring the editor, organizing your projects, and utilizing powerful tools like Raycast.

  2. 2
    Video
    Avatar of TechWithTimTech With Tim·1y

    This Free AI Coding Assistant Might Destroy Cursor...

    Augment Code is a new AI coding assistant designed to integrate with VS Code and various JetBrains IDEs. It excels in managing and making productive changes in larger codebases rather than building projects from scratch. Key features include fast context-aware code generation, instant code syncing, and comprehensive indexing. It offers a free version, which allows unlimited usage but trains on user data, and paid versions that secure user code. Augment Code is noted for its speed and efficiency compared to other AI assistants like GitHub Copilot and Wind Surf.

  3. 3
    Article
    Avatar of phProduct Hunt·1y

    Omlet for VS Code - Get React component usage insights in VS Code

    Omlet is a component analytics tool for React now available directly in VS Code, allowing developers to analyze how and where their React components and props are used. This facilitates confident updates, cleanups, and maintenance of component libraries.

  4. 4
    Video
    Avatar of vscodeVisual Studio Code·1y

    Enable this one setting in your terminal #vscode

    A new preview setting in VSCode called 'terminal integrated suggest' greatly enhances the terminal experience. It offers features such as command and path completion, dynamically generated completions based on available branches, and improved path navigation. Enabling this setting results in a more streamlined and efficient workflow.

  5. 5
    Article
    Avatar of devsquadDev Squad·1y

    Zed vs. VS Code: Which One Wins?

    Zed and VS Code are both excellent code editors with distinct features. Zed, built with Rust, is faster and offers real-time multiplayer editing, making it great for speed and teamwork. VS Code, built on Electron, excels in flexibility with its highly customizable UI, extensive plugin library, and robust support for remote development, Git, and terminal integration.

  6. 6
    Article
    Avatar of devblogsDevBlogs·1y

    Python in Visual Studio Code

    The March 2025 release of Python and Jupyter extensions for Visual Studio Code introduces improvements such as enhanced shell integration, a new auto test discovery file pattern setting, inline values on hover, and automatic quotation insertion for long strings. Several other enhancements and bug fixes are also included, aimed at improving the overall development experience.

  7. 7
    Article
    Avatar of gcgitconnected·1y

    License to Kill: Coding with Cursor AI Agents

    Cursor, an AI code writing and editing tool, introduces 'agents' that act semi-autonomously to assist in coding tasks. By integrating with VS Code, Cursor can handle complex changes and streamline coding processes, thus elevating the role of human programmers in decision-making and code refinement. The tool's advanced reasoning capabilities imply a significant shift in how programmers manage and review code. Efficient use of Cursor involves understanding its sophisticated settings and leveraging agents for rapid code development while maintaining best practices with version control systems.

  8. 8
    Video
    Avatar of communityCommunity Picks·1y

    The Ultimate Flutter Tutorial for Beginners - 2025 Full Course

    This post guides beginners through the basic steps of creating and running a Flutter project. It covers setting up a new project, navigating the development environment, and understanding core concepts such as widgets and the hot reload feature. Additionally, it explains key Flutter principles like 'widget inside widget' and provides examples using text styling and layout management.

  9. 9
    Article
    Avatar of neontechNeon·1y

    Building a VSCode Chat Extension to Order Lunch

    Layer created a VSCode extension that allows users to order food from Grubhub. The project involved implementing a series of API calls, reverse engineering Grubhub's API, and setting up workflows to make the extension user-friendly. The extension uses Typescript and integrates VSCode's chat API with JSON function calling for a seamless user experience.