Best of VSCodeAugust 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    VS Code Setup - Recommended Extensions

    A curated list of recommended Visual Studio Code extensions categorized by their use cases, such as markdown support, general writing, GitHub integration, CSV handling, Japanese language tools, styling and themes, and various utility extensions. Includes a step-by-step guide for easy installation of all listed extensions via an `extensions.json` file.

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

    Must Have VSCode Extension For TypeScript Devs

    The Pretty TypeScript Better Type Previews extension for VSCode helps TypeScript developers by providing expanded type information when hovering over variables or types. This facilitates understanding complex types without tracking down type definitions manually, making development more efficient.

  3. 3
    Article
    Avatar of kdnuggetsKDnuggets·2y

    3 Ways of Building Python Projects using GPT-4o

    Discover how to enhance your Python development with essential AI tools like ChatGPT, CodeGPT, and Cursor IDE. These tools utilize the GPT-4o model to speed up coding, minimize bugs, and integrate AI functionalities into your workflow. Whether you're a beginner or an experienced developer, these tools can improve your productivity and coding efficiency.

  4. 4
    Article
    Avatar of asayerasayer·2y

    Debugging TypeScript with Visual Studio Code

    Learn how to configure Visual Studio Code for debugging TypeScript code with a step-by-step guide. The guide covers generating tsconfig.json, setting up transpilation configurations, creating and modifying the launch.json file, and using VS Code's debugging tools. Includes practical examples and instructions for setting up automatic code transpilation.

  5. 5
    Video
    Avatar of youtubeYouTube·2y

    Transforming VS Code: Beyond Themes! — Make VS Code Unrecognizable!

  6. 6
    Article
    Avatar of asayerasayer·2y

    PyCharm vs VS Code -- which is best for Python in 2024?

    Choosing between PyCharm and VS Code for Python development depends on your specific needs. PyCharm offers advanced, Python-specific tools and is ideal for large projects and professional developers. VS Code is lightweight, highly customizable, supports multiple programming languages, and is well-suited for quick development tasks and collaborative coding. Both IDEs provide robust features like code completion, debugging, and version control, but differ in performance, resource usage, and pricing. PyCharm has a steeper learning curve but offers comprehensive tools, while VS Code is open-source, free, and highly extensible.

  7. 7
    Article
    Avatar of supabaseSupabase·2y

    Official Supabase extension for VS Code and GitHub Copilot

    A new GitHub Copilot extension for VS Code, created in collaboration with Anas Araid, enhances the development experience with Supabase. Key features include a Chat Participant for GitHub Copilot to help with Supabase queries, guided database migrations, and tools to inspect tables, views, and functions. Users need the Supabase CLI installed and local project setup. Future updates will integrate the Supabase Management API.

  8. 8
    Article
    Avatar of astro_sourceAstro·2y

    Astro 4.14

    Astro 4.14 introduces new features like the experimental Content Layer API and Intellisense support inside content files. The Content Layer API allows fetching content from various sources and aims to improve performance, while Intellisense enhances frontmatter editing in content files. Other updates include deprecating dynamic `prerender` values, a new `injectTypes` integration API, and support for metastrings in code components. Upgrade using `@astrojs/upgrade` or manually through your package manager.

  9. 9
    Article
    Avatar of infoqInfoQ·2y

    Microsoft Releases Prompty: New VS Code Extension for Integrating LLMs into .NET Development

    Microsoft has launched Prompty, a free Visual Studio Code extension that integrates Large Language Models (LLMs) like GPT-4o into .NET development. Prompty simplifies the process of adding AI capabilities, such as generating content or creating chatbots, directly within the development environment. It includes features like easy installation, API key configuration, prompts integration, and syntax highlighting. Despite positive reception, some users are concerned about its availability for Visual Studio Professional. A real-world example shows Prompty enhancing a .NET WebAPI project with detailed weather forecast descriptions, leveraging Semantic Kernel for automation.

  10. 10
    Article
    Avatar of codewithandreaCode with Andrea·2y

    Flutter Sidebar (VSCode)

    The Flutter VSCode sidebar allows developers to easily access DevTools and other functionalities from a single location, making development more convenient. The Flutter CLI and command palette are also options, but the sidebar consolidates everything into one click.