Currently available is only a vscode link.
;toggle the linking feature
vscode_links=true
;when you run a virtual machine for development your server path might diverge from your loacal path. this is server.
vscode_path_search='/srv/www/current/'
;
vscode_path_replace='C:/my-repository/'
Change:
code_links="vscode";
code_path_search='/srv/www/current/';
code_path_replace='C:/my-repository/';
So it is also possible to use it with other editors:
code_links="eclipse";
code_path_search='/srv/www/current/';
code_path_replace='C:/my-repository/';
There a many ways to register a custom protokoll handler:
https://docs.microsoft.com/de-de/windows/win32/search/-search-3x-wds-ph-install-registration
https://medium.com/swlh/custom-protocol-handling-how-to-8ac41ff651eb
http://www.tutego.de/blog/javainsel/2012/08/thema-der-woche-externe-programme-starten-url-protokoll-unter-windows-registrieren/
Currently available is only a vscode link.
;toggle the linking feature
vscode_links=true
;when you run a virtual machine for development your server path might diverge from your loacal path. this is server.
vscode_path_search='/srv/www/current/'
;
vscode_path_replace='C:/my-repository/'
Change:
code_links="vscode";
code_path_search='/srv/www/current/';
code_path_replace='C:/my-repository/';
So it is also possible to use it with other editors:
code_links="eclipse";
code_path_search='/srv/www/current/';
code_path_replace='C:/my-repository/';
There a many ways to register a custom protokoll handler:
https://docs.microsoft.com/de-de/windows/win32/search/-search-3x-wds-ph-install-registration
https://medium.com/swlh/custom-protocol-handling-how-to-8ac41ff651eb
http://www.tutego.de/blog/javainsel/2012/08/thema-der-woche-externe-programme-starten-url-protokoll-unter-windows-registrieren/