GithubHelp home page GithubHelp logo

.vs-code's Introduction

VS Code Configuration Repository

Overview

This repository contains my VS Code configuration settings and keybindings.

Settings

Check out the setting JSON file I provided for you attached to this repository

Extensions

Here are the extensions I use:

  • Code Spell Checker: Helps check spelling errors in code.
  • Cody AI: (Provide a brief description of what this extension does.)
  • Error Lens: (Explain what Error Lens does.)
  • React, React-Native, and Redux in JS/TS with ES7: (Brief description of this extension's functionality.)
  • ESLint: Linting utility for JavaScript and TypeScript.
  • Git Blame: Provides Git blame information in the editor.
  • Git Graph: Visualize Git repository history.
  • Git History: View and search Git history.
  • Git Ignore: Support for .gitignore files.
  • GitLens: Supercharges the Git capabilities built into Visual Studio Code.
  • JavaScript and TypeScript Nightly: (Brief description of this extension.)
  • Material Icon Theme: Provides Material Design icons for Visual Studio Code.
  • Monokai Pro: A color theme for Visual Studio Code.
  • Prettier Code Formatter: Formats code using Prettier.
  • Prettier ESLint: Integrates Prettier with ESLint.
  • Pretty TypeScript Errors: Improves the display of TypeScript errors.
  • Project Manager: Easily switch between projects in Visual Studio Code.
  • Tailwind CSS IntelliSense: IntelliSense for Tailwind CSS.
  • Todo Highlight: Highlight TODO, FIXME, etc. comments within your code.
  • Turbo Console Log: Quickly add console.log statements with keyboard shortcuts.

Keybindings

Keybindings

  • Shift + Tab: Outdent selected text.

    • Command: outdent
    • When: editorTextFocus && !editorTabMovesFocus
  • Ctrl + Space: Trigger suggestion for completion.

    • Command: editor.action.triggerSuggest
    • When: editorHasCompletionItemProvider && textInputFocus && !editorReadonly && !suggestWidgetVisible
  • Shift + Cmd + G: Open Source Control Management (SCM) view.

    • Command: workbench.view.scm
    • When: workbench.scm.active
  • Ctrl + Shift + G: Close Source Control Management (SCM) view.

    • Command: -workbench.view.scm
    • When: workbench.scm.active

Additional Information

For more detailed information about the configuration of my terminal, check out this repository.

image

.vs-code's People

Contributors

alireza-akbarzadeh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.