/codeide

Simplifying VS Code for Open Specific Programming Languages

Primary LanguageGo

CodeIDE

CodeIDE is a tool that simplifies the use of VS Code for specific programming languages.

Installation

go install github.com/yogasw/codeide

Usage

Run the tool with the desired programming language:

./codeide golang

To create a new profile for a language:

./codeide create golang

Development

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Go 1.22.3 or higher
  • VS Code

Installing

Clone the repository to your local machine:

git clone https://github.com/yogasw/codeide.git

Navigate to the project directory:

cd codeide

Build the project:

go build

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details


Please replace the URLs and other project-specific details with the actual ones.