Best of DevToolsMarch 2023

  1. 1
    Article
    Avatar of asayerasayer·3y

    Set up CodeGPT in Visual Studio Code

    CodeGPT is a Visual Studio code extension that allows you to use the GPT-3 model to generate, explain, refactor, and document code snippets. This post provides instructions on how to install and configure CodeGPT in Visual Studio Code, and showcases its capabilities in generating, explaining, refactoring, and writing unit tests for code snippets.

  2. 2
    Article
    Avatar of notedNoted·3y

    Maximize Your Workflow with Self-Hosted IT-Tools Collection for Developers

    Boost your efficiency with the streamlined tools in IT-Tools. A curated collection for developers that simplifies tasks, includes a QR code generator, and can be installed with Docker.

  3. 3
    Article
    Avatar of chromeChrome Developers·3y

    New in Chrome 111

    Chrome 111 brings new features for developers, including the View Transitions API for creating smooth transitions in single page apps, support for CSS Color Level 4 which offers more colors to choose from, and new color devtools features.

  4. 4
    Article
    Avatar of phProduct Hunt·3y

    GitHub - Product Information, Latest Updates, and Reviews 2024

    GitHub is a popular platform for source control and collaboration. Recent launches include the Shopify Store Traffic API and the micro-gl library for computing vector graphics without GPU. The platform also offers pro tips for users to enhance their experience.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    What is Strict Mode in React?

    Strict mode in React is a set of development tools for catching potential problems in code before they become bugs. It enables extra checks and warnings and helps developers write better code. Strict mode affects only the development environment and can help catch subtle bugs, keep up with best practices, and identify unsafe lifecycles.

  6. 6
    Article
    Avatar of asayerasayer·3y

    12 Ways to Improve Your DevTools Console Logging

    There is a range of under-utilized, quicker, easier, and more useful options which can be used in client-side scripts, web workers, and service workers. Many are also supported in the Node.js and Deno runtime consoles. Open your browser DevTools with, + +, or + + and jump in.

  7. 7
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code February 2023

    Visual Studio Code version 1.76 introduces several new features and improvements. It includes active profile badges, audio cues for terminal commands, moveable Explorer view, recently used notebook kernels, Markdown header link suggestions, and more. Users can switch between profiles using the command palette. The terminal now has improved accessibility features, including audio cues, accessible buffer, and context-specific tab focus mode. The release also includes updates for Python pytest IntelliSense, Git commit syntax highlighting, and Markdown workspace header link completions.

  8. 8
    Article
    Avatar of jetbrainsJetBrains·3y

    New UI Enhancements in IntelliJ IDEA 2023.1

    IntelliJ IDEA 2023.1 introduces new UI enhancements including vertical split for tool windows, Compact Mode, project tabs on macOS, redesigned Run widget, visible file name pane when tabs are hidden, hidden toolbar in Zen and Distraction Free modes, option to show hidden tabs, new Dark editor color scheme, option to always show tool window icons, and option to customize the main toolbar via a context menu.

  9. 9
    Article
    Avatar of phProduct Hunt·3y

    ExtensionKit - Product Information, Latest Updates, and Reviews 2024

    ExtensionKit is a collection of Chrome Extension starter templates, examples, and development scripts that help developers focus on building their extensions without spending time on boilerplate code.

  10. 10
    Article
    Avatar of phProduct Hunt·3y

    A powerful web3 auth developer platform

    Dynamic is a powerful web3 auth developer platform that offers smart login flows for crypto-native users, simple onboarding flows for everyone else, and powerful developer tools. Share your wisdom and leave a review for Dynamic.

  11. 11
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Fear not, for AI coding is here to help you!

    The author presents challenging regex puzzles and compares the solutions given by AI assistants with traditional human-made solutions. The book provides insights into integrating AI-generated coding suggestions.