| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a625d69 commit 3ae41ef
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,11 +15,10 @@ When this is off, you can hit tab to see the suggestions. | |||
| 15 | 15 | ||
| 16 | 16 | autocomplete_mode | |
| 17 | 17 | ^^^^^^^^^^^^^^^^^ | |
| 18 | - There are three modes for autocomplete. simple, substring, and fuzzy. Simple | ||
| 19 | - matches methods with a common prefix, substring matches methods with a common | ||
| 20 | - subsequence, and fuzzy matches methods with common characters (default: simple). | ||
| 21 | - | ||
| 22 | - As of version 0.14 this option has no effect, but is reserved for later use. | ||
| 18 | + There are four modes for autocomplete: ``none``, ``simple``, ``substring``, and | ||
| 19 | + ``fuzzy``. Simple matches methods with a common prefix, substring matches | ||
| 20 | + methods with a common subsequence, and fuzzy matches methods with common | ||
| 21 | + characters (default: simple). None disables autocompletion. | ||
| 23 | 22 | ||
| 24 | 23 | .. versionadded:: 0.12 | |
| 25 | 24 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments