blomasky
3 Aug 2015, 9:37 AM
I am considering switching from SA to Webstorm, but have a question re: how much will I have to remember.
In SA, if I click to add a renderer to a grid column, it populates the function with all of the parameters. so, I get the following for "free"
renderer: function(value, metaData, record, rowIndex, colIndex, store, view)
Is there a way to do this with the plugin? Or, do I have to either remember the signature of all of the functions (or create a LOT of live templates?
Thanks
Bruce
In SA, if I click to add a renderer to a grid column, it populates the function with all of the parameters. so, I get the following for "free"
renderer: function(value, metaData, record, rowIndex, colIndex, store, view)
Is there a way to do this with the plugin? Or, do I have to either remember the signature of all of the functions (or create a LOT of live templates?
Thanks
Bruce