#๐ PyCharm
20 messages ยท Page 1 of 1 (latest)
@vocal knoll
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
I think you need to enable smart features.
Did you open just the script with pycharm?
how would i do that?
can you show a screenshot of your pycharm window?
Are you seeing this?
wow
Yes. I am able to type out code. But it doesnt highlight anything important. and I can run the code either
Follow these steps.
https://www.jetbrains.com/help/pycharm/lightedit-mode.html#lightedit_exit_lightedit_mode
You forgot the .py extension
You're not in a .py file, so it won't apply python highlighting
No .py extension and no shebang #!/usr/bin/env python3, so it uses text mode by default
Rename (refactor -> rename) the file to .py
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ PyCharm