The cursor always goes to beginning of line rather than the indentation of the line above it
mjparme opened this issue · 3 comments
It would be very nice if when you hit enter the cursor would automatically move to the same level of indentation as the line above it. This is normal behavior of IntelliJ but doesn't seem to happen when editing .scad
files so it must be something the openscad plugin would need to support explicitly.
Here I would expect the cursor to be aligned with the rotate, but it is aligned with beginning of line:
It should work. When I test your snippet, the cursor is indeed aligned with the rotate. I will need more detail to reproduce it.
I am migrating the project. Can you recreate a new issue in https://github.com/ldenisey/idea-openscad with more details : OS, plateform and version, version of the plugin and full text snippet ?