Picture example: https://ibb.co/h20CwJn
The area underlined in red in the picture is free of spaces and tabs.
There is such a feature in VS: When the mouse clicks on a blank line, the cursor will stay at the specified indentation position, even if there is no content in front of it.
In the process of realizing this feature.I can move the cursor position by setting the IndentAmount property of the specified line. But this will automatically fill in the blank symbol in front of the cursor.
The effect I expect is that the cursor can stay at the specified position like VS, and the space will not be automatically filled in the front, otherwise, as long as the mouse clicks on the blank line, the text will become a modified state.