Question about Textmate code completion

I know that the ESC key completes the code, but is there a way to get a pop-up window (tooltip) that shows all the possible code snippets? As an example, it would be nice when writing Javascript to get a list of available actions. Other applications that I used, such as Coda, do this. I would like to test Textmate, but itโ€™s hard for me to overcome this missing feature, which I consider quite valuable, especially as a fairly new programmer who likes to see which options exist, since this is a bit of a learning tool for me as well, I thought I found a plugin , like what I'm looking for, Dialog2, but it seems to have disappeared, as it had to be built into the never-released TM2.

I looked around to answer this question, and thought it was my next best option. Thank.

+3
source share
2 answers

I donโ€™t have Textmate to try, but I believe the-Esc option should show you a list of possible code completions.

+9
source

Check subtleGradient tmbundle: https://github.com/subtleGradient/javascript.tmbundle

He knows how to automatically wrap arrays and objects. View documentation too.

0
source

Source: https://habr.com/ru/post/1739375/


All Articles