Suggest extended properties in assigns
142
Views
1
Comments
New
Service Studio

As a developer, I find myself constantly using properties of lists and data actions like `.Empty` and `.IsDataFetched`. 

When assigning to a boolean variable, Service Studio could suggest this properties. See in the following example that I wanted the `Tickets.Empty` property, but it was not suggested.


In Service Studio, improve IntelliSense to suggest commonly used list and data action properties like .Empty, .Length, and .IsDataFetched when assigning to a Boolean variable. This would streamline development by reducing manual lookup and improving efficiency.