Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to recognize commands and get command suggestions in main.py when using vscode-makecode extension #162

Open
Shen-Ming-Hong opened this issue May 26, 2023 · 3 comments
Labels

Comments

@Shen-Ming-Hong
Copy link

Describe the issue: I recently installed the vscode-makecode extension in Visual Studio Code and started working on a main.py file. However, I've encountered an issue where the extension does not seem to recognize the commands from certain modules. Furthermore, I'm unable to see which commands are available for use, even though the code runs successfully. The absence of command suggestions or autocomplete features is proving to be quite challenging.

Here's what I've tried so far to resolve the issue:

  1. I verified that my Python environment in VS Code is set up correctly.
  2. I've attempted to search for a Python package named makecode to install, but it appears that such a package does not exist.
  3. I've checked the settings of the vscode-makecode extension and everything seems to be set up correctly.
  4. I made sure that both my VS Code and the vscode-makecode extension are up-to-date.

Unfortunately, none of these steps have resolved the issue.

image

Additional context:

  • Operating System: Windows 11
  • VS Code Version: 1.78.2
  • vscode-makecode Extension Version: v1.0.1

I would appreciate any assistance you could provide on this issue.

@abchatra
Copy link
Contributor

abchatra commented Jun 2, 2023

@Shen-Ming-Hong unfortunately we only support typescript in this extension today. We will be working on python next. Thanks for the support.

@abchatra
Copy link
Contributor

abchatra commented Jun 2, 2023

@riknoll fyi

@abchatra abchatra added the python label Jun 2, 2023
@Shen-Ming-Hong
Copy link
Author

@abchatra It's great to hear that you have the intention to support Python in the future! I am a teacher of children's programming education, and I have always hoped to incorporate this project into my students' learning so that they can learn while having fun. Currently, we are using VScode as the main IDE for teaching Python to children. I would love for them to use Python to play MakeCode Arcade, but the official website's support for Python text prompts is not very clear and can easily cause inconvenience in student learning. Looking forward to your future development and thank you very much for responding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants