Description
As the title says. IDE does not treat files with shebang (and no .py extension) the same as "regular" Python files.
Steps to reproduce the behavior:
- outside the IDE make a new file in your project named
shtool
- Add a shebang line and a simple
print("hello") line
- Save
Expected behavior
IDE should highlight and autocomplete as you edit the file.
Screenshots
Desktop (please complete the following information):
- OS: Linux/Fedora
- JDK Version 24
- Python version 3.11.13
- Netbeans Version: 27
- Python Plugin Version: 1.0