【问题标题】:Is there any code editor in MS Azure something similar to Google CloudMS Azure 中是否有类似于 Google Cloud 的代码编辑器
【发布时间】:2018-06-20 13:28:23
【问题描述】:

我正在寻找从 MS Azure 云环境内部编写 python 代码但是我没有任何选择。我正在寻找类似于 Google Cloud 的东西,我可以在其中从 cloud shell 打开代码编辑器。

【问题讨论】:

  • 不确定 Python,但我知道有一个可用的编辑器,例如应用服务:https://<app_service_name>.scm.azurewebsites.net/dev
  • 如果您正在寻找垃圾熊猫游乐场,shell.azure.com 中有 vim

标签: azure code-editor azure-cloud-shell


【解决方案1】:

您可以按照以下步骤操作:

  1. shell.azure.com 中,输入 touch test.py 以创建 .py 文件。
  2. 输入vim test.py打开编辑器然后点击按钮i进入编辑器模式。
  3. 执行 Python 文件。输入python test.py

我的输出如下:

希望这会有所帮助。

【讨论】:

  • 如果我的回答有帮助,请采纳,谢谢。
  • 感谢您的帮助。
【解决方案2】:

Visual Studio Code 现在也可从 Cloud Shell 获得。

在提示符下,您可以输入:

code test.py

它会以 Code 的版本打开文件。使用编辑器右上角的省略号保存/退出代码。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-10-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多