How to setup cloud9 python autocomplete?

0

Does any one know how to setup autocomplete, suggestion, and code formatter for Cloud9?

hai
已提问 2 年前1751 查看次数
2 回答
1

AWS Cloud9 supports syntax highlighting, code hints and linting, code completion, and debugging for Python. Please refer to this documentation page.

To specify paths for AWS Cloud9 to use for completion of custom Python code, in the AWS Cloud9 IDE turn on the Project -> Python Support -> Enable Python code completion setting in preferences, and then add the paths to the custom code to the Project -> Python Support -> PYTHONPATH setting.

profile pictureAWS
已回答 2 年前
  • Thank you! but this does not work for me. Probably because I connect an existing EC2 to Cloud9. I still not able to figure how to setup

0

So far vscode with SSH work smoothly

hai
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则