thanks author wrote this plugin.
when I use sublimerl, I found some problems:
not support windows
autocompletion support for the project is incomplete.
the OTP and BIF support is no problem, the problem is that the support of the current project.
analysis files exported function is dependent on the export keyword.
sublimerl dependent python 2.x, need install additional python 2.x
If my project without rebar ?
for jump inside the module does not support.
function search dependent autocompletion result(only search export function).
Actually, can use the existing ways to handle for OTP and BIF, but for the current project file,
can use the 80 lines of code to get. Instead of using the previous method.
some ideas about the current project function searches:
get select region of view
use self.view.substr(region) get the selected funciton
get line string to analysis mod
use sublime.active_window().folders()[0] can get current project folder
use mod name and current project folder name can find the file.
get line in the file
sublime.active_window.open_file with ENCODE_POSITION
thanks author wrote this plugin. when I use sublimerl, I found some problems:
some ideas about the current project function searches: