Is your feature request related to a problem? Please describe.
Consider these three properties:
typeC()=member__.GetOnly=3member__.GetSetwith get ()=()andset()=()member__.SetOnlywith set ()=()letc= C()
c.
Describe the solution you'd like
Whether a given property is get-only, get-set, or set-only should be clearly be differentiated. e.g. showing with get, with get, set and with set after the current signature.
Describe alternatives you've considered
Doing nothing. An assignment will need to be tried, which is disturbing and annoying.
Additional context
No
The text was updated successfully, but these errors were encountered:
Happypig375 commentedJun 15, 2019
Is your feature request related to a problem? Please describe.
Consider these three properties:
Describe the solution you'd like
Whether a given property is get-only, get-set, or set-only should be clearly be differentiated. e.g. showing
with get,with get, setandwith setafter the current signature.Describe alternatives you've considered
Doing nothing. An assignment will need to be tried, which is disturbing and annoying.
Additional context
No
The text was updated successfully, but these errors were encountered: