This topic created in 3666 days ago, the information mentioned may be changed or developed.
比如我路径很长 /net/xxx/.../x.py 想把 xxx 换成 yyy ,也就是说我想开 /net/yyy/.../x.py 没法像普通编辑器开文件对话框里那样直接编辑下地址就好了么? 有没有什么插件有这功能?
还是说我打开文件的姿势不对?
难道非要自己写个插件么?
1 replies • 2016-04-15 15:13:32 +08:00
 |
|
1
larvata Apr 15, 2016
用 goto 更方便 把目录作为 project 加进来 cmd+p yyy x.py
|