jorgecarleitao commented on pull request #8323:
URL: https://github.com/apache/arrow/pull/8323#issuecomment-702533091
FYI: in vs code, I have placed
```json
[
{
"command": "rust-analyzer.onEnter",
"key": "enter",
"when": "editorTextFocus && !suggestWidgetVisible && editorLangId ==
rust && !vim.active || vim.mode == 'Insert' && editorTextFocus &&
!suggestWidgetVisible && editorLangId == rust"
}
]
```
in `keybindings.json`, which auto inserts `//!` when enter is pressed inside
a `//!`, which is useful to write documentation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]