Skip to content

balintpekker/phpstorm-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpStorm IDE Configuration

Shellcheck

This repository's goal is to share PhpStorm config between team members to keep everyone updated with the latest changes. This involves:

Directory Contents
codestyle Code Style settings (Editor > Code Style)
fileTemplates File and Code Templates (Editor > File and Code Templates)
inspection Inspection profiles (Editor > Inspections)
templates Live templates (Editor > Live Templates)

Installation

1. Install with configuring a settings repository (prefered)

On each computer where you want your settings to be applied, select File > Manage IDE Settings > Settings Repository from the main menu. Specify the URL of this repository, and click Overwrite Local.

Your local settings will be automatically synchronized with the settings stored in this repository each time you perform an Update Project or a Push operation, or when you close your project or exit PhpStorm.

Further information on how to configure these settings can be found here.

2. Install Manually

After cloning the repository, you can run the bash script which will take care of copying the files to the chosen PhpStorm version's configuration directory.

NOTE: If you install the configuration manually instead of using this repository as the settings configuration in PhpStorm (see first point), the updates to this repository will not affect your local configuration automatically.

In order to copy the configuration files, please run:

./update-config.bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages