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

编辑器的建议 #13

Open
Amano1992 opened this issue Dec 17, 2020 · 1 comment
Open

编辑器的建议 #13

Amano1992 opened this issue Dec 17, 2020 · 1 comment

Comments

@Amano1992
Copy link

每次换行都会自动多加不必要的tab, 直接与上一行的首字对齐是不是好些
能否加整行上下移的功能, 类似VSCode中Alt+上/下
能否加删除tab的功能, 类似VSCode中的shift+tab

@jiangzheng1986
Copy link
Owner

你好。1、每次换行都增加tab是因为缩进的要求,但是我理解你的意思,你在输入完if x then后输入end后,不会自动将end往回缩进,这个是一个问题,但是目前其实有更好的办法输入if then end,就是输入完if单词之后马上按回车键,即可自动补全if then end,同理输入完ifelse单词或者while单词之后马上按回车键,都可自动完成整句。
另外可以经常按F8,可以自动格式化代码。
2、目前的确没有这个功能,后续考虑增加。
3、现在是有Shift+Tab删除tab的功能的,单行和多行都有,你可以再试试看。

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

2 participants