|
|
|
|
|
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? |
|