-
Notifications
You must be signed in to change notification settings - Fork 178
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
Added Shell Autocompletion feature in Installation guide #390
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -280,6 +280,13 @@ For x86 python or for x64 python: | |
|
||
Replace "XXX" with the ClangSharp version you received from nuget. | ||
|
||
Integrating Shell Autocompletion | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line is longer than allowed. (112 > 79) LineLengthBear, severity NORMAL, section There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line is longer than allowed. (112 > 79) LineLengthBear, severity NORMAL, section |
||
-------------------------------- | ||
|
||
You can also use coala for tab completion in bash or zsh. | ||
This will autocomplete coala arguments and bear names. | ||
You can set them up `here <http://coala.readthedocs.io/en/stable/Users/Tutorials/Shell_Autocompletion.html>`_. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tutorials/Shell_Autocompletion is an internal documentation that can be cross-referenced using sphinx role :doc: as described here: http://www.sphinx-doc.org/en/1.5.1/markup/inline.html#role-doc Can you try doing that, instead of using an external link? ( http://coala.readthedocs.io/en/stable/Users/Tutorials/Shell_Autocompletion.html is considered an external link ) Perhaps also rephrase this to:
After that, please use squash all of your commits into one. Thanks. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. L287 & L288 have length ~ 112, so you can try moving stuff from these lines to new lines so that it stays in length limit ie (79) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okk sure, thanks! |
||
Installation Errors | ||
------------------- | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is longer than allowed. (112 > 79)
LineLengthBear, severity NORMAL, section
docs
.