harbourCodeExtension
harbourCodeExtension copied to clipboard
Antonino Perricone's extension for visual studio code about Harbour and xHarbour programming languages
I Friend. First of all thank you for your work. I would like to know how to add new functions to the extension, I am using mod_harbour and I would...
Most debuggers for visual studio code let you set environment variables for the launching executable in the debugger. I doesn't seem like I can do that with "harbour-dbg"
I couldn't get npm isntall to work with `@yagisumi/win-output-debug-string` So I hobbled the extension locally just to test these change to have a reasonable expectation of working (for someone who...
While debugging it could be very useful to see the variable value by hover mouse on it rather than looking for variable in list or copy paste it to watch
Hello! Thank you for your extension! In my team 4+ developers and legacy code base. I'd like to auto format code while editing (after save or select piece of code...
After doing some research it seems that the ordering of variable in the debugger needs to be done by the extension. Could you add such option to your extension? Sometimes...
There is some documentation on this [page](https://code.visualstudio.com/api/extension-guides/web-extensions#language-server-protocol-in-web-extensions)
In the program below if the debugging code is linked in then the current error handler is called recursively until it crashes. ``` procedure Main() local bOldErrorBlock local n setMode(24,...
to find unused locals, and make them gray I will implement it if it gain 10 thumbs up
