So whenever I type something like def for the def method, komodo knows this as me using the def method, and has a window pop down with the def method there like it does for any other method, variable, etc. when I hit enter, then it autofills in
def name(args)
#code
end
is there anyway i can customize it so that I can make it autofill what i want it to?
Thanks @Defman. That’s the spot. @Mark_Bouwman, the snippets tool in Komodo is quite powerful. I highly recommend you have a look through some of the examples to see what kind of processing you can do. The ninit snippet in Python (I believe it’s in other langs too) is very cool.