codex-team / codex-team/editor.js
Allow to use 'shift', 'new line' indented on textarea code block
Open
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
It would be very nice to allow the use of shift inside the textarea of code block. It is faster to write down the code without giving a lot of spaces. And also it could recognize some patterns to keep the cursor under the same column of a tag or opened block of code. For instance:
```
```
```
public class Foo {
public void foo() {
...
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.