KO
|
EN
gitlite — search
Search
#python
#api
#tailwindcss
#typescript
#mcp
#axios
#nodejs
#react
#reactjs
#rust
#go
#llm
intellij-demandware
★ 31
Open GitHub ↗
Intellij Demandware Plugin
Download README (.md)
Explore Similar Repositories
b2c-crm-sync
:
... a contemporary perspective on how to integrate B2C Commerce and the Salesforce Customer 360 Platform to power frictionless customer experiences in the B2C domain.
demandware-template-debugger
:
An instructional repository for techniques used in debugging Demandware templates.
davos
:
Salesforce Commerce Cloud (Demandware) cartridge uploader for WebDAV
newrelic-logs-for-salesforce-commerce-cloud
:
A Docker image purpose-built to monitor Salesforce Commerce Cloud (fka Demandware) logs using New Relic Logs.
babel-plugin-sfcc-modules
:
Babel plugin to handle non-standard module paths used by Salesforce Commerce Cloud (SFCC)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
intellij-demandware
?
Download (.md)
# [DEPRECATED] This plugin has been deprecated and replaced and there will be no future updates. A newer plugin with updated features can be found here. https://github.com/nek4life/sfcc-studio # Intellij Demandware Plugin ## Develop Demandware with Pleasure! ### Features * Project wizard to setup a project or new module with ease. * Sandbox File Uploading. Module Files are synced when they are modified and saved. * File upload console logging to verify file was modified or created successfully. * Auto completion for ISML tags, attributes, and known valid attribute values. * Live template shortcuts for ISML tags. * New DS and ISML file actions * Remote cartridge cleaning ### Requirements This plugin requires Java JDK8 to work correctly. This means that you will need to download a build of Intellij that has the JDK8 bundled on Mac or have JDK8 installed on your machine if you run Windows. ### Building the Plugin To run and debug this plugin you will need to follow the instructions provided in the Intellij plugin wiki http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html. You will also need to mark the resources folder as resources to include them in the plugin build. To create the plugin jar select "Prepare Plugin Module 'intellij-demandware' For Deployment from the build menu. This will create the intellij-demandware.jar in your project folder. ### Installing the Plugin Now you can install the intellij-demandware.jar through the plugin preferences by using the 'Install plugin from disk' option. In the future this plugin may be added to the plugin repo for installation through the plugin manager using the 'Browse repositories...' option. ### Project Setup Follow the Demandware project wizard in order to enter your server settings. Once the project is loaded right click on the cartridges you would like to have synced to the server. Select 'Mark Directory As' from the context menu and mark the directory as 'Sources Root.' This will let the plugin know to sync the cartridge. This functionality is planned to change in the future and will also be a part of the facet config and the project wizard.