How to make Studio indicate when a symbol/variable has never been used inside the script?
This would make it easier to clean up the code with unnecessary variable declarations.
--!strict doesn’t work for this.
How to make Studio indicate when a symbol/variable has never been used inside the script?
This would make it easier to clean up the code with unnecessary variable declarations.
--!strict doesn’t work for this.
I think you can use Rojo for this. Rojo allows you to edit your code in VS Code and sync it to the game and VSC does have that feature. If you want a good experience in VSC with intellisense in Roblox use the Roblox LSP extension
Here’s the Rojo link, my bad: https://rojo.space/.