https://kate-editor.org/2010/02/03/snippets-in-kdevelop-kate/ https://github.com/KDE/kate/tree/master/addons/snippets seems gedit had it too hmmm...
https://kate-editor.org/2010/02/03/snippets-in-kdevelop-kate/ seems gedit had it too hmmm...
to put things straight, I didn't develop the code snippets plugin for kdevelop. It is already there. What I add is just some parameterized code fragmenst specific for Unicon, to see how it works. I can take alook the plugin code and see how it works and see how to proceed. Lol, but then I should jump into the Micro$ wagon. Since kdevelop doesn't have this LSP feature, the easiest logical path is to go the vscode or emacs.
confirmed for the available class/methods, but how do I put my recently developed classes to have this feature?
this is what I got... btw, if the syntax higlighting for Unicon is there, then this means it works, isn't it?
The idea of LSP DAP is very interesting! At the beginning vscode blamed that the server can not be started, but after building Unicon from the last state it sucseed. Below are 2 pictures. One which failed and second with sucsess. Is that okay?
I am aware about Unicon IDE, UI. In FreeCAD people are busy discussing or building the coolest user interface. Python has a lot of gui bindings. The situation on Linux is that there are no 1 look and feel. Some prefer the old Motif widgets, other more flat and dark user interface that match their desktop. So there is always someone tweeking the gui :-D . I also prefer a uniform look across apps. About vscode, yes you are right. I have to install a new version. Well I was a bit reluctant to do that...
I am aware about Unicon IDE, UI. In FreeCAD people are bussy discussing or building the coolest user interface. Python has a lot of gui bindings. The situation on Linux is that there are no 1 look and feel. Some prefer the old Motif widgets, other more flat and dark user interface that match their desktop. So there is always someone tweeking the gui :-D . I also prefer a uniform look across apps. About vscode, yes you are right. I have to install a new version. Well I was a bit reluctant to do that...