简体   繁体   English

如何通过 goormIde 的终端打开文件

[英]How can I open a file through terminal of goormIde

I am trying to open file through goormIde terminal but it seems they don't have any command.我正在尝试通过 goormIde 终端打开文件,但似乎他们没有任何命令。

I tried using open , xdg-open and by simply typing the file name but none of it worked.我尝试使用openxdg-open并通过简单地输入文件名但没有一个工作。

You can open a file with a terminal command goorm您可以使用终端命令goorm打开文件

goorm [file name]

See How do I open a file from goorm terminal?请参阅如何从 goorm 终端打开文件?

您可以使用命令 - goorm 文件名

In goormide, you can not open a file with the terminal open command.在 goormide 中,您无法使用终端open命令打开文件。 It is not supported.不支持。

But you can open a file using the search box.但是您可以使用搜索框打开文件。
Press alt + shift + falt + shift + f

It is possible to open a file in Goorm editor.可以在 Goorm 编辑器中打开文件。

You can open a file with a terminal command goorm.您可以使用终端命令 goorm 打开文件。 The usage is as following:用法如下:

 goorm [file name]

For example, if you want to open例如,如果您想打开

 file.json

enter the command like this:像这样输入命令:

goorm file.json

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 集成开发环境 | 无法在 GoormIDE 容器中运行 mongod - GoormIDE | Can't run mongod in GoormIDE Container 在处理 Angular 项目时,如何在 Stackblitz 中打开终端? - How do I open a terminal in Stackblitz while working on an Angular project? 打开新的cpp文件时如何使qtcreator更改项目视图 - How can I make qtcreator change the Project view when I open a new cpp file 如何在特定行中通过命令行在IDE中打开源文件 - How to open source file in IDE on a certain line through command line 打开IntelliJ Project时如何执行终端命令? - How can I execute a terminal command when opening IntelliJ Project? 如何在默认情况下在Visual Studio XML编辑器中打开resx文件? - How can I open a resx file in Visual Studio XML editor by default? 如何从集成终端在 vscode 中打开文件 - how to open files in vscode from integrated terminal 使用 Xcode 时如何通过终端执行我的代码? - How do I execute my code through the terminal while using Xcode? 如何从 mac 终端打开 emacs gui/ide? - How to open emacs gui/ide from mac terminal? 如何在 IntelliJ IDEA、PyCharm 中打开两个终端窗口? - How to open two terminal windows in IntelliJ IDEA, PyCharm?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM