News

The issue that proposed the change: Python multi-line comment strings should be treated as comments in all themes #182163 Yes, as the title suggests, for multi-line comment strings, I agree they ...
As an example, JSON doesn’t support inline comments. TOML lets you insert comments simply by prefixing them with a hash symbol, as you would in Python.
It works perfectly for block comments in JavaScript (/* */ style), but it does support single line comments (// style). So, is it possible to support multi line single line comment folding for python ...