2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Visual Studio CodeでSalesforceの開発環境を構築する(xysfdx)

Last updated at Posted at 2020-01-05

xysfdx を使ってVSCodeでSalesforceの開発してみよう。。。

xysfdxとは?salesforce sfdx開発用のVSCode拡張機能です。

xysfdx

xysfdx is a Rapid development tool for Salesforce SFDX Development. Metadata diff with server, retrieve standard sobject.

Features

  • サイズは100k以下(現時点0.0.2バージョン).
  • oauth2認証. 
  • 各メタデータ選択可能.
  • 認証済みの組織とメタデータ比較可能.
  • 標準オブジェクトのリトリーブ.
  • .apexファイルを自動実行(ファイル保存したタイミング).
  • Salesforceにログイン.
  • 余計な設定不要

Install

VSCodeでxysfdxを検索してみってください。

image-20200105225026551

Shortkey

shortkey: ctrl+shift+j

Requirements

Salesforce Cli

Usage

Create a project

プロジェクトを作成

force:project:create

xycode-sfdx-init-project

Diff metadata

メタデータの比較

force:source:diff:metadata

You can diff with any sfdc organization.

diff source

ソースの比較

xycode-sfdx-diff-meta

diff profile

プロファイルの比較

xycode-sfdx-diff-profile-meta

auto run apex anonymous code

.apexファイルを自動実行(ファイル保存したタイミング).

xycode-sfdx-run-apex-anonymous

Enjoy it!

号外

もっと自由に開発したいなら、

  • コマンドをカスタマイズ
  • apex codeを自動的にフォマード
  • ログをgrepしたい
  • ソースをいろいろな組織にdeployしたい

VSCodeでxycodeを検索してみってください。

xycode document: https://exiahuang.github.io/xycode-doc/

xycode-install

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?