Runtime auto complete for local variable in codemirror.next

Is this feature currently not supported?

No. It’s pretty clear how it should work (inspect the syntax tree to find scopes around the completion point and the variables defined in them), but no implementation exists yet.