|
|
|
|
|
by elteto
949 days ago
|
|
So an interface like LSP but for plugins… very interesting idea! Text manipulation operations are fairly simple to define and can probably be abstracted away into some generic API. Then writing generic text manipulation plugins should be very doable. The complexity comes with project management, multiple files, build actions, etc. But you could define language specific sub-interfaces and the plugins would implement them. So a C++ plugin would understand CMake files for example. |
|
No one understands CMake files