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.

Content assist support polymorphism

  • When chaining function call in jQuery, content assist is still working and showing proposals for the new function.

Content assist still working in function chaining

  • 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.

Context info for jQuery function

  • jQuery content assist will work properly inside HTML documents. This is not true in the official relase.

Content assist for jQuery still working inside HTML

  • Support inline JSDoc for function parameter.

Support inline JSDoc