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

Some minor IDE QOL improvements #1504

Closed
adakordev opened this issue Feb 24, 2023 · 5 comments
Closed

Some minor IDE QOL improvements #1504

adakordev opened this issue Feb 24, 2023 · 5 comments

Comments

@adakordev
Copy link

1)
When you now press enter the "End Sub" will not be added, but the "private" and "sub" will now begin with capital letters. Could we make it work so when we do not use Capital letters, the "End Sub" will be added automatically as well? Right now both of them have to begin with a capital letter, otherwise it will not add "End Sub"
grafik

2)
My caret is after test(). When I now press Enter...
grafik

...my caret will be here, but I would like to automatically add a tab in such case...
grafik

...so it would appear here.
grafik

3)
When I have something to paste, the first pasted line is always indented in a false way. Even when I set the caret to the correct position, see 2) picture 3. It comes out this way:
grafik

Only when I set the caret here and paste afterwards, it will be correct, but this shouldn't be the way.

grafik

4)
Could we please make Print the first option here, so I can just Tab. The intellisense option I need is never the first one, but the second.
grafik

@mwolfe02
Copy link

Regarding number 4, if I recall correctly that is a workaround for an even worse issue, but I don't remember what that was. It dates back to the VS Code days, so maybe it could be resolved more cleanly now that tB has its own IDE (unless it's a Monaco thing...).

@WaynePhillipsEA
Copy link
Collaborator

1st issue should now be resolved as of BETA 420.

@adakordev
Copy link
Author

  1. issue should now be resolved as of BETA 422.

@adakordev
Copy link
Author

First issue 1) does not work in 429 again.
Try "if true then" for example.

@adakordev adakordev reopened this Jan 27, 2024
@WaynePhillipsEA
Copy link
Collaborator

Fixed again in BETA 430. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants