/bundles/plugins-trunk/SideKick/sidekick/package.html
HTML | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | a5b5cfe955803828a2e779154fb19380 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
1<body>
2<p>Generalized framework for code browsing, folding, and completion. Other plugins provide implementations of {@link sidekick.SideKickParser} which parse specific languages.</p>
3
4<p>By implementing a <code>SideKickParser</code>, a plugin can take advantage of SideKick's structure browser and its folding mode.</p>
5
6<p>Plugins can also provide a {@link sidekick.SideKickCompletion} implementation to take advantage of SideKick's completion popup.</p>
7</body>