You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/02 05:30:26 UTC

[GitHub] [arrow] jorgecarleitao commented on pull request #8323: ARROW-10155: [Rust] [DataFusion] Improved lib.rs docs and added examples to crate.

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:
users@infra.apache.org