Cloud-9: How to open a file in the c9-editor from c9-terminal

后端 未结 6 1537
失恋的感觉
失恋的感觉 2020-12-23 20:41

Is there a way to open a file not from the workspace tree view but from the c9-terminal tab?

Background: c9 doesn´t allow me to set the workspace path to / for a use

6条回答
  •  借酒劲吻你
    2020-12-23 21:02

    At the moment, the only way to open a file from the terminal is in vim or by using ls and then clicking on the file you'd like to open.

    Edit: You can now open from the terminal by running npm install -g c9, restarting your workspace, then doing c9 file.ext or c9 open file.ext

提交回复
热议问题