DEV Community

Rajasekar Thangavel
Rajasekar Thangavel

Posted on

 

Create color console in vscode snippets

Step 1: ctrl + p -> configure user snippets and select Javascript.json & Javascriptreact.json

{
    "color console" : {
        "prefix": "colorconsole",
        "body": [
            "console.log('%c Oh my heavens! ', 'background: #222; color: #bada55', );"
        ],
        "description": "color console"
    }
}
Enter fullscreen mode Exit fullscreen mode

Step 2: Then in vscode setting

Image description

Top comments (0)

The AI Brief

AI generated git commit messages

Minimize the struggle of remembering what you just coded. AI-generated commits make it easier to manage projects and keep track of changes. The Nutlope/aicommits project demonstrates how AI can improve commit messages.

I open sourced an AI that creates any UI in seconds

Make AI-generated user interfaces a breeze. This open-source project harnesses the power of generative AI technologies like chatGPT to create versatile, quick, and intuitive UI components.

Use AI to commit like a PRO in 1 second

Upgrade your commit message game with AI. Boost your productivity by using ChatGPT to generate commit messages and avoid context switching. OpenCommit is an open-source library that helps you achieve this easily.

Build your own ChatGPT starter kit

Train AI models on custom data for improved domain-specific knowledge. Combine the power of WebView technologies and this starter kit to train your ChatGPT model on specific websites, allowing for better-optimized outcomes.