Hi,
In wingide pro, I enabled all of the options for auto-editing. But I meet the incorrect behavior given by wingide for the auto-editing, see following for detailed info:
from aiida.orm.querybuilder import QueryBuilder
qb = QueryBuilder()
qb
When I input the qb
for the second time in above snippets, the cursor will skipped to the location of the first appearance of qb
. As a result, the auto-editing will edit the things there and give a error results.
How to solve this problem?
Regards