Skip to content

Misleading Shift+Enter: python.REPL.enableREPLSmartSend #25903

@martincerven

Description

@martincerven

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions