-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dot-To-Arrow conversion ( . ) to ( -> ) #640
Comments
I don't think I would have the time to implement this anytime soon, but I am happy to review a PR on this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just comment here to prevent this from happening. |
The issue has been automatically closed due to lack of activity. Feel free to reopen the issue if it is still relevant. |
I've had a look at the code, I think it's not so hard to implement ... I'll give it a try and post a PR. Otherwise this is an awesome plugin ;) |
Hi, I see that this issue's been open for a while, @YesserLab are you still working on it? If not I could give it a go, although I'm quite new to open-source so it might take me a while. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just comment here to prevent this from happening. |
When accessing members of an object (through a pointer), it's much faster and more convenient to simply write the
.
operator and have it automatically converted into a->
Several IDEs offer this like QtCreator and VisualStudio.
eg:
Thanks in advance
The text was updated successfully, but these errors were encountered: