Nico Barten

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Nico Barten created a post, Problem with quotes in red
Hi,I have a problem with 'back quotes'. When i use these ones in my PHP code with a MySQL string, PhpStorm marks them all red - it's really annoying. I have the latest PhpStorm 8.What also is reall... -
Nico Barten commented, -
Nico Barten created a post, Javascript tab in function call parameter
Hi,In javascript, i use this code style to call a function:$.ajax({ type: 'POST', url: 'myUrl.php' etc....});However, if i try this with PhpStorm, it automatically sets a tab before the '{...