Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Setting up PhpStorm: Difference between revisions

From MoodleDocs
(Make the Moodle experience in PhpStrom even better by voting for an improvement)
 
(Question about general settings)
Line 4: Line 4:


Although those warnings in PhpStrom about SQL errors are not real "errors" but they add noise to the other warnings and you might miss a real error/warning...
Although those warnings in PhpStrom about SQL errors are not real "errors" but they add noise to the other warnings and you might miss a real error/warning...
I don't understand "Strip trailing whitespace from "Modified Lines" in "Preferences / IDE Settings / Editor"". ''What does it mean?'' Should we select "Modified lines" or None.

Revision as of 12:04, 3 January 2018

If you are a happy user of PhpStorm, please consider voting for https://youtrack.jetbrains.com/issue/WI-16205

It covers automatic detection of dynamic database prefixes in SQL string like "SELECT * FROM {users} WHERE id=?"

Although those warnings in PhpStrom about SQL errors are not real "errors" but they add noise to the other warnings and you might miss a real error/warning...

I don't understand "Strip trailing whitespace from "Modified Lines" in "Preferences / IDE Settings / Editor"". What does it mean? Should we select "Modified lines" or None.