APerricone / harbourCodeExtension

Antonino Perricone's extension for visual studio code about Harbour and xHarbour programming languages
32 stars 20 forks source link

better code analyzer #50

Open APerricone opened 4 years ago

APerricone commented 4 years ago

to find unused locals, and make them gray

I will implement it if it gain 10 thumbs up

mlacecilia commented 4 years ago

I'm suggesting to avoid this implementation because the effort is unneeded at least for people compiling with MinGW. The recent versions are already reporting not only the unused locals, but also the unneeded assignments.

APerricone commented 4 years ago

Many thanks for your feedback, harbour itself report unused variable, but doing some refactor I see that is a little intricate use it with VSCode

VictorCasajuanaMas commented 3 years ago

this feature it works with vscode by default.

image