-
Notifications
You must be signed in to change notification settings - Fork 39
adeptsense
mitchell edited this page Sep 18, 2020
·
1 revision
Adeptsense was a Textadept module framework for code autocompletion and documentation support for programming languages. It was built-in to Textadept starting from version 3.7 beta up to and including version 7.2.
Adeptsense is no longer maintained, but is available here and under Textadept's MIT license.
You can place it in ~/.textadept/modules/textadept/ and require
it from your
~/.textadept/init.lua:
textadept.adeptsense = require('textadept.adeptsense')
Adeptsenses for the following languages are available for download (though no longer maintained):
- Java
- PHP
- RHTML
- Ruby
- Ruby on Rails (requires Ruby Adeptsense)
They are normal language modules, so you may place them in your ~/.textadept/modules/ for installation.
The following Adeptsenses are available for reference, but Textadept's official modules already have a similar form of autocompletion.