How to setup cloud9 python autocomplete?

0

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

hai
gefragt vor 2 Jahren1751 Aufrufe
2 Antworten
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
beantwortet vor 2 Jahren
  • 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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen