Could we have an option to flag unused variable names,please

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Captn. Jinguji
User
User
Posts: 94
Joined: Sun Oct 24, 2004 9:25 am

Post by Captn. Jinguji »

A simple text field, output only, filled with the letter "X" or, alternatively, with " " instead of the checkbox ?
BarryG
Addict
Addict
Posts: 4127
Joined: Thu Apr 18, 2019 8:17 am

Re: Could we have an option to flag unused variable names,please

Post by BarryG »

+1
AZJIO
Addict
Addict
Posts: 2143
Joined: Sun May 14, 2017 1:48 am

Re: Could we have an option to flag unused variable names,please

Post by AZJIO »

SearchForUnusedIdentifiers
Variable renaming - you can see how many times a variable appears in the code.
Post Reply