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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ