Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
exclude comments and strings from the auto_complete_triggers
- Loading branch information
Showing
with
2 additions
and 4 deletions.
@@ -1,3 +1,3 @@ | ||
{ | ||
"auto_complete_triggers": [ {"selector": "source.go", "characters": "."} ] | ||
} | ||
"auto_complete_triggers": [ {"selector": "source.go - comment - string", "characters": "."} ], | ||
} |