1
0

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.

VSCodeでSalesforceのApexソースをダウンロード

Posted at
  1. VSCodeにSalesforceのアドオンを入れておく、sfdxコマンドもインストールしておく
  2. VSCode起動
  3. すでに既存プロジェクトを開いている状態ならCTRL+SHIFT+Nで新ウィンドウ起動
  4. CTRL+SHIFT+P、SFDX: Create Project with Manifest
  5. 標準のプロジェクトテンプレート
  6. プロジェクト名は適当に
  7. 親フォルダを適当に選択、そこにプロジェクト名のフォルダが作られる
  8. CTRL+SHIFT+P、SFDX: Authorize an Org
  9. ログインURL
  10. 組織エイリアスは適当に(Sandbox名とか)
  11. ブラウザが起動するのでログイン
  12. force-app/manifest/package.xml右クリック、SFDX:マニフェストファイルのソースを組織から取得

以上

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?