LeonMatthes / Autocompletion

A modern Autocompletion for your Squeak image
8 stars 3 forks source link

Snippets #9

Closed BraunTom closed 5 years ago

BraunTom commented 5 years ago

It would be nice to have the ability to create custom entries in the autocompletion that gets suggested and extended if you choose them. example: in webstorm I have a clg entry in my autocompletion that expands to console.log Maybe it would be possible to create general entries (e.g. tsl => Transcript showln: ) and for classes and their subclasses (e.g. itf => ifTrue: ifFalse: for the Boolean class)

LeonMatthes commented 5 years ago

Now moved to https://github.com/BraunTom/Snippets