How to remove the space after the hash symbol when using Ctrl+/ to add batch comments in Python code?

已回答

I'm a Python beginner and I'm not used to adding spaces after `#` comments. How can I configure it to remove the spaces added after `#` when using Ctrl+/ for batch comments? Thanks.

0

You can uncheck the After `#`  at  Settings | Editor | Code Style | Python | Spaces

 

0

请先登录再写评论。