There are 300+ Constant in my application but i need to filter the Env specific Constant .
How can i do that
Discussion posts and replies are publicly visible
The only way I've figured out so far to distinguish Environment Specific constants from others is to manually put in a specific text tag into the Description at create/edit time, like "[ES]" or similar. I don't know of any systematic one to distinguish them from others, other than to gather all constants into one app, export them, and see what the deployment customization file says (since it would only reference environment-specific ones).
What's your use case exactly?