You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Due to the nature of our application we are using an abundance of concept steps. These steps flood the list of code completion suggestions. Because of this, it becomes difficult to identify which concept step belongs to what area of the application and thus risking our repo to being overly cluttered with steps that do the same thing.
Solution:
1.) The ability to disable concept steps from being detected by code completion/intellisense.
2.) The ability to customize the code completion to tell us what concept file or type of method is being used instead of the generic "concept"
Example:
The text was updated successfully, but these errors were encountered:
Problem:
Due to the nature of our application we are using an abundance of concept steps. These steps flood the list of code completion suggestions. Because of this, it becomes difficult to identify which concept step belongs to what area of the application and thus risking our repo to being overly cluttered with steps that do the same thing.
Solution:
1.) The ability to disable concept steps from being detected by code completion/intellisense.
2.) The ability to customize the code completion to tell us what concept file or type of method is being used instead of the generic "concept"
Example:
The text was updated successfully, but these errors were encountered: