harbourCodeExtension icon indicating copy to clipboard operation
harbourCodeExtension copied to clipboard

Antonino Perricone's extension for visual studio code about Harbour and xHarbour programming languages

Results 20 harbourCodeExtension issues
Sort by recently updated
recently updated
newest added

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"

feature request

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

debugger

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...

feature request
formatter

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...

feature request
debugger

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,...

bug
debugger

to find unused locals, and make them gray I will implement it if it gain 10 thumbs up

feature request

![image](https://user-images.githubusercontent.com/22457168/119331953-3bd01980-bc88-11eb-9c0b-7b800541a6ab.png)

bug
debugger