phpStorm: auto correcting variable names

is there a way in phpStorm to auto-correct typos in a variable name?
For example - when typing `$aCOuntry` instead of `$aCountry`, it should auto-correct it (this is happening very often due to releasing the shift key too late).

So there should be some kind of internal Typo-Dictionary.

Any ideas?

0

Not yet possible: IDEABKL-1636
The feature will be way too dangerous, so it will likely never be implemented. We do highlight the typing mistakes, though.

0

请先登录再写评论。