我曾在以前的PhpStorm版本中使用过这个"ea“别名,但自从更改为"PhpStorm 2”后它就不再起作用了,有什么建议吗?
我当前的设置是:
alias phpstorm="PhpStorm 2"
alias ea='open -a phpstorm ~/ .aliases'
终端输出为:
// Calling the alias
ea
// Output error
Unable to find application named 'phpstorm'
附注:即使我像这样转义名称,它也找不到应用程序:
alias php
<E> fish: Unable to open temporary file '/opt/PhpStorm-191.6707.66/plugins/terminal/fish/fishd.tmp.OVntXJ': Permission denied
<E> fish: Unable to open temporary file '/opt/PhpStorm-191.6707.66/plugins/terminal/fish/fishd.tmp.DygYJ9': Permission denied
<E> fish: Una
PhpStorm对我来说太棒了,我太喜欢它了。在我使用的过程中,我想象如果PhpStorm可以自动完成DB字段?如果可以,那就太棒了!
例如DB table name is table_a,因为表中有一个字段aaa。在PhpStorm中连接DB后,如果输入a字符,将不会弹出aaa。只有在已经在php文件中输入aaa之后,下次PhpStorm才会弹出我真正想要的正确提示。
我知道PhpStorm可以作为数据库查询字符串编辑器,如果输入完整的长SQL字符串。例如select aaa from table_a,在打字的过程中,PhpStorm在完整的提示方面很聪明。
但大多数情况下,编码人员会使用Y