Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rampage644 committed Sep 21, 2014
1 parent b107231 commit b887be1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Keybindings inspired by `Qt Creator`.

+ Symbol navigation - `F2`
+ Find usages - `Ctrl+Shift+u`
+ Use `Alt+/` explicitly when you auto-completion

# Customization

Expand Down Expand Up @@ -77,3 +78,14 @@ Customize settings via "Preferences - Package Settings - SublimeRtags - Settings
}
```

If you need auto-completion to trigger upon `.`, `->` or `::` add following to "Preferences - Settings - User"

```
"auto_complete_triggers":
[
{
"characters": ".>:",
"selector": "text, source, meta, string, punctuation, constant"
}
]
```

0 comments on commit b887be1

Please sign in to comment.