Can find import settings functionality
Hello folks,
I want to import live templates to get some es6 helpers
https://github.com/blakedietz/js-live-template
Unfortunately, I cannot find the "Import Settings" functionality nor the template folder in the Prefrences Library as described in the help site.
https://www.jetbrains.com/help/webstorm/sharing-live-templates.html
Anybody has an Idea how implement a settings.jar?
I am using Webstorm 2019.1

Please sign in to leave a comment.
You must be using IDE Settings Sync plugin (as far as I can see from screenshot). Export settings and Import settings actions are intentionally disabled when this plugin is used to avoid confusion, as they export/import local settings rather than shared ones (stored in jba_config folder). See comments in https://youtrack.jetbrains.com/issue/IDEA-198980
You can try the following:
settings.jarto some folder(<target_folder>)*.xmlfiles from<target_folder>/templatesto~/Library/Preferences/WebStorm2019.1/jba_config/templatesdirectoryWe have a request for enabling settings export/import while using IDE settings sync, https://youtrack.jetbrains.com/issue/IDEA-199685. Please follow it for updates
Thanks Elena for the info. I copied the xml file and it worked.