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

DevX feedback: IDE could handle indents better #1326

Closed
kzk2000 opened this issue May 26, 2023 · 0 comments · Fixed by #1391
Closed

DevX feedback: IDE could handle indents better #1326

kzk2000 opened this issue May 26, 2023 · 0 comments · Fixed by #1391
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kzk2000
Copy link

kzk2000 commented May 26, 2023

This is more of a DevX feedback: I noticed that when I arbitrarily select a few lines within a Python function to run just those lines, I hit

Type: <class 'IndentationError'>
Value: unexpected indent (<string>, line 1)

type of errors. While that’s technically correct, PyCharm and other IDEs got really good at doing the smart thing in such cases, and handle it automatically.

Not sure if that’s an easy fix but could help improve the DevX of your DH UI editor.

@kzk2000 kzk2000 added the enhancement New feature or request label May 26, 2023
@dsmmcken dsmmcken added the triage Issue requires triage label May 26, 2023
@vbabich vbabich added this to the June 2023 milestone May 31, 2023
@vbabich vbabich removed the triage Issue requires triage label May 31, 2023
@mattrunyon mattrunyon self-assigned this Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants