How to setup cloud9 python autocomplete?

0

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

hai
posta 2 anni fa1751 visualizzazioni
2 Risposte
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
con risposta 2 anni fa
  • 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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande