Code Monkey home page Code Monkey logo

.vscode's Introduction

.vscode

Contains Justin's VSCode settings to support either Salesforce DX, Node, or Vue JS Development.

Justin's SFDX Cheatsheet

/snippets

Contains an apex.json snippet for creating apex test classes and methods.

# To access your snippets in VSCode
1. Open Command Pallette (CTRL + SHIFT + P )
2. Key-in: "Preferences: Configure User Snippets"
3. Key-in: "Apex"

Once opened, you can copy/paste the snippets here.

VSCode Snippets.

/extensions.md

A full list of installed extensions

VSCode Settings

How to access your settings in vscode here.

Open the Command Pallette: ctrl + shift + p

Enter: User Settings

This will provide a UI interface to manage settings, additionally the file can be edited directly in JSON by clicking the Open Settings (JSON) button pictured below.

image

/settings/user.json

User Settings JSON File for vscode. Includes language specific indentation settings. Applies to all of your projects.

/settings/sfdx-workspace.json

Workspace settings JSON for an SFDX project.

For standard SFDX projects using scratch orgs.

sfdx force:project:create -n project-name -t standard

/settings/sfdx-manifest-workspace.json

Workspace settings JSON for an SFDX traditional org model project.

For projects created by a manifest to work with a sandbox.

sfdx force:project:create -n project-name -t standard -x

/settings/vue-workspace.json

Workspace settings JSON for vscode. Includes Vue JS Specific settings. Unique to the working directory.

LWC ESLint Settings

Enforces standard Javascript formatting in Lightning Web Components.

Copy .eslintrc.json to force-app/main/default/lwc

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.