Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 449 Bytes

PHPStorm.md

File metadata and controls

21 lines (11 loc) · 449 Bytes

Workspace / PHPStorm

PHPStorm

Escape von String in PHPStorm aktivieren

File > Settings > Editor > General > Smart Keys > PHP > [ ] Escape symbols on paste in string literals

Optimieren von Manjaro für PHPStorm

sudo nano /etc/sysctl.d/idea.conf

Folgenden Inhalt einfügen und speichern

fs.inotify.max_user_watches = 524288

Zum Übernehmen folgendes ausführen

sudo sysctl -p --system

IDE neu starten.