Features - JockiHendry/aptanastudio-contentassist-patch GitHub Wiki
Content assist support more than one function with the same name but different parameters. This kind of 'polymorphism' can be seen in jQuery API documentation.
When chaining function call in jQuery, content assist is still working and showing proposals for the new function.
Context info will be displayed for selected jQuery function proposal. Description for parameters are taken from jQuery API documentation. Context info for some proposals also include example.
jQuery content assist will work properly inside HTML documents. This is not true in the official relase.