Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nek4life/sfcc-studio
Salesforce Commerce Cloud (SFCC) Studio Plugin for Jetbrains IDEs
https://github.com/nek4life/sfcc-studio
intellij intellij-plugin sfcc
Last synced: 9 days ago
JSON representation
Salesforce Commerce Cloud (SFCC) Studio Plugin for Jetbrains IDEs
- Host: GitHub
- URL: https://github.com/nek4life/sfcc-studio
- Owner: nek4life
- License: mit
- Created: 2019-01-23T16:15:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T13:08:54.000Z (10 months ago)
- Last Synced: 2024-03-12T00:28:17.930Z (10 months ago)
- Topics: intellij, intellij-plugin, sfcc
- Language: Kotlin
- Homepage:
- Size: 607 KB
- Stars: 33
- Watchers: 8
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sfcc - nek4life/sfcc-studio - Salesforce Commerce Cloud (SFCC) Studio Plugin for Jetbrains IDEs. (Open Source / Other)
README
# Salesforce Commerce Cloud (SFCC) Studio
![Build](https://github.com/nek4life/sfcc-studio/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/11590.svg)](https://plugins.jetbrains.com/plugin/11590-salesforce-commerce-cloud-sfcc-studio)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/11590.svg)](https://plugins.jetbrains.com/plugin/11590-salesforce-commerce-cloud-sfcc-studio)## The original plugin for developing Salesforce B2C Commerce (SFCC) sites
SFCC Studio has features such as script debugging, code synchronization, syntax highlighting, auto complete and more...
### Features
* Script Debugger
* Project wizard to set up a project with ease.
* Cartridge root configuration settings.
* Sandbox filesystem sync
* Sandbox filesystem clean
* Remote sync console log with links to synced files
* Script injection into isscript elements and ${} braces
* Basic auto completion for ISML tags, attributes, and known valid attribute values.
* Live template shortcuts for ISML tags.
* New DS and ISML file actions
* And more...## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "sfcc-studio-template" >
Install Plugin- Manually:
Download the [latest release](https://github.com/nek4life/sfcc-studio/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...
## Plugin configurationsFile > Settings > Tools > Commerce Cloud Cartridges
![Commerce Cloud Cartridges](_img/Commerce_Cloud_Cartridges.png)
File > Settings > Tools > Commerce Cloud Server
![Commerce Cloud Server](_img/Commerce_Cloud_Server.png)
## Plugin Development
This project is now Gradle based and is much easier to get the development
environment setup to work on the plugin. You should only need to import the
project in either Intellij Community or Intellij Ultimate and execute the runIde
Gradle task. For more information please see the official Jetbrains plugin
development documentation.http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system.html
## Plugin on the JetBrains site
https://plugins.jetbrains.com/plugin/11590-salesforce-commerce-cloud-studio