I was writing some TODO python comments and pressed shift+enter which normally just creates newline, but here it sent whole class into " VS Code Native REPL" which I guess is new feature.
Shift + Enter is on lot of web tools used for newlines since enter results in sending messages (like web llama-server)
Also when there's:
Class Smt:
def init(self):
self.blabla=0
#TODO: here you press enter, why it should send class to REPL and obviously fails?
I was writing some TODO python comments and pressed shift+enter which normally just creates newline, but here it sent whole class into " VS Code Native REPL" which I guess is new feature.
Shift + Enter is on lot of web tools used for newlines since enter results in sending messages (like web llama-server)
Also when there's:
Class Smt:
def init(self):
self.blabla=0
#TODO: here you press enter, why it should send class to REPL and obviously fails?