Is it possible to develop plugins, modules and extensions for Sublime Text 3 and beyond using C++? If yes, where can I find documentation?
Sublime Text extensible via C++?
jfcherng
#2
No, at this moment. And I think the team declined to do it from what I heard on github.
0 Likes
kingkeith
#3
many python libraries make use of compiled c++ components, so that’s always an option
0 Likes
I needed graphical front-ends for GDB (like DDD) and the “coz-profiler”. I don’t think anyone can build such plugins/modules/extensions using Python.
0 Likes
jfcherng
#5
Sure people can. https://github.com/daveleroy/sublime_debugger
BUT, I have no experience on that package. So I won’t answer any question about it.
0 Likes