Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: docs/atom.md

Issue 2459203002: add cpplint and add hotkey for switch-header-source on OSX (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/atom.md
diff --git a/docs/atom.md b/docs/atom.md
index 999b3844200ea7952a773ec8490f38954074519a..c6d729030f52fe43e6c983075f9adeefb9619932 100644
--- a/docs/atom.md
+++ b/docs/atom.md
@@ -8,7 +8,7 @@ A typical Atom workflow consists of the following.
1. Use `Ctrl-Shift-R` to find a symbol in the `.tags` file or `Ctrl-P` to find
a file by name.
-2. Switch between the header and the source using `Alt-O`.
+2. Switch between the header and the source using `Alt-O`(`Ctrl-Opt-S` on OSX).
3. While editing, `you-complete-me` package helps with C++ auto-completion and
shows compile errors through `lint` package.
4. Press `Ctrl-Shift-P` and type `format<Enter>` to format the code.
@@ -22,7 +22,7 @@ To setup this workflow, install Atom packages for Chrome development.
```
$ apm install build-ninja clang-format \
- linter linter-eslint switch-header-source you-complete-me
+ linter linter-cpplint linter-eslint switch-header-source you-complete-me
```
## Autocomplete
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698