I tried several editors to write reStructuredText for Sphinx documentation, but found none with a comprehensive support of the reST capabilities.
Which editor can align tables while typing?
The Emacs combination rest-mode
+ table-mode
for example has many bugs and does not support Sphinx tables with =
like:
+--------+--------+
| Letter | Number |
| (any) | (>1) |
+========+========+
| a | 9 |
+--------+--------+
| c | 3 |
+--------+--------+
There is a similar question, but mine aims on an editor that also can manage =
in tables.