add new chinese translations
This commit is contained in:
20
pages.zh/common/phpstorm.md
Normal file
20
pages.zh/common/phpstorm.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# phpstorm
|
||||
|
||||
> 基于 JetBrains IntelliJ 平台的跨平台 PHP IDE。
|
||||
> 更多信息:<https://jetbrains.com/phpstorm>。
|
||||
|
||||
- 打开特定目录:
|
||||
|
||||
`phpstorm {{path/to/directory}}`
|
||||
|
||||
- 打开文件:
|
||||
|
||||
`phpstorm {{path/to/file}}`
|
||||
|
||||
- 在特定行打开文件:
|
||||
|
||||
`phpstorm --line {{line_number}} {{path/to/file}}`
|
||||
|
||||
- 查看两个文件之间的差异:
|
||||
|
||||
`phpstorm diff {{path/to/left_file}} {{path/to/right_file}}`
|
Reference in New Issue
Block a user