Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paste function on exit function in class with indentation as exist #23923

Open
ManPython opened this issue Aug 7, 2024 · 4 comments
Open

Paste function on exit function in class with indentation as exist #23923

ManPython opened this issue Aug 7, 2024 · 4 comments
Assignees
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team

Comments

@ManPython
Copy link

Paste function on exit function in class with indentation as exist..
I'm referring this case reading quick GPT ctr+c/v to omit case to tabulate whole function if exit.
It's better to back-tab if wrong that still tab forward.
The option to turn off this feature can be ok if some problems.

@ManPython ManPython added the feature-request Request for new features or functionality label Aug 7, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Aug 7, 2024
@karthiknadig karthiknadig self-assigned this Aug 8, 2024
@karthiknadig
Copy link
Member

Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, .gif files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool.

If the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (Developer: Toggle Screencast Mode in the command palette). Lastly, please attach this file via the GitHub web interface as emailed responses will strip files out from the issue.

Happy coding!

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Aug 8, 2024
@ManPython
Copy link
Author

Nothing to record here.. it's clear that GPT fixing funtions and printing proposal code without class indention for def then must tabulate pasted def function to be level forwarded as old --->def

class test:
    def test(self):
        pass

From gpt

def test(self):
	print("tabulated this def")

Soo.. when pasting on

class test:
	def test(self):
		print("tabulated this def")

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Aug 8, 2024
@eleanorjboyd
Copy link
Member

Hi! Are you still seeing this issue? Are you using GPT in a different tab or in an extension?

@eleanorjboyd eleanorjboyd added the info-needed Issue requires more information from poster label Dec 11, 2024
@ManPython
Copy link
Author

Yes, but I'm not updated VSC. I have extensions but often not using and just ctr+c/v. Not sure about different tab in this case.

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

3 participants