How to setup cloud9 python autocomplete?

0

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

hai
asked 2 years ago1737 views
2 Answers
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
answered 2 years ago
  • 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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions