Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 919c892

Browse files
author
Andreas Bjørn Hassing Nielsen
committed
Add extra examples, add note to enable_data_prefix
1 parent dac759f commit 919c892

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,15 @@ Preferences > Package Settings > AngularJS > **Settings - User**
206206
207207
**disable_default_js_completions**: false;
208208
209-
**enable_data_prefix**: bool (false); *adds the 'data-' prefix to attribute completions*
209+
**enable_data_prefix**: bool (false); *adds the 'data-' prefix to attribute completions, note that you must still type 'ng-' to get autocompletion-list*
210+
211+
Example *Settings - User*, enable "data-" prefix
212+
213+
```json
214+
{
215+
"enable_data_prefix": true
216+
}
217+
```
210218
211219
___
212220
@@ -273,3 +281,11 @@ Quick Panel Options
273281
Preferences > Package Settings > AngularJS > **Settings - User** *(Sublime Text 3 Only)*
274282
275283
**show_file_preview**: bool(true); As you type, the current file and definition will be shown in the buffer
284+
285+
Example *Settings - User*, hide file preview
286+
287+
```json
288+
{
289+
"show_file_preview": false
290+
}
291+
```

0 commit comments

Comments
 (0)