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
In VS4Mac we display completion items sometimes differently:
Obsolete members are strikethrough
Members show their return type at the right side with a smaller font
More advanced use cases like the formatting completion show a small description
We're using pango markup for these features - would be really nice if we could get either markdown support or some properties.
ATM we have only these 3 use cases: strikethrough, right side description and small description beside the element. That could be covered with properties alone.
The text was updated successfully, but these errors were encountered:
I wasn't sure how to handle the other items above. If I've missed something important, please feel free to open a new issue targeting the specific single feature so we can discuss it. 😄
In VS4Mac we display completion items sometimes differently:
We're using pango markup for these features - would be really nice if we could get either markdown support or some properties.
ATM we have only these 3 use cases: strikethrough, right side description and small description beside the element. That could be covered with properties alone.
The text was updated successfully, but these errors were encountered: