idleberg / vscode-applescript

Language syntax and snippets for AppleScript
https://marketplace.visualstudio.com/items?itemName=idleberg.applescript
MIT License
70 stars 8 forks source link

AutoComplete feature does not work #20

Closed guileschool closed 4 years ago

guileschool commented 4 years ago

I wanted to input 'activate' using autocomplete But it does not work When I started the second snippet before the first snippet is complete, the AutoComplete feature does not work

2019-12-04 08-58-57_2

idleberg commented 4 years ago

For reasons beyond my comprehension, this is the default setting for snippets in Visual Studio Code.

You have two options to override this behaviour:

  1. Temporary: Press Ctrl+Space to force the the snippet suggestion dialog to pop up

  2. Permanently: Disable the setting

Screenshot 2019-12-04 at 22 39 02

guileschool commented 4 years ago

I like it ❤️ thank you~