Hacker News new | ask | show | jobs
by j_crick 1643 days ago
In v4 right now the definitions from packages do not expand automatically, and for ruby/rails, if you type “def” and press Tab, it will select whatever Sublime thinks matches better the pattern def*, and to make function wrapper macro work, I have to just type “d”, then press Tab, it will highlight “def”, then I press Tab again, and only then the macro expands.

In v3 I can type “def”, hit Tab and it works right away.

Are you considering adding the option to change auto-compete behavior to what was in version 3?

1 comments

It's working for me. There's a number of settings to configure how auto-complete works: make sure "auto_complete_include_snippets" and "auto_complete_include_snippets_when_typing" are enabled.