Skip to content
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

Open
YesserLab opened this issue Oct 19, 2019 · 6 comments
Open

Add Dot-To-Arrow conversion ( . ) to ( -> ) #640

YesserLab opened this issue Oct 19, 2019 · 6 comments

Comments

@YesserLab
Copy link

YesserLab commented Oct 19, 2019

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:

Foo* Bar;
Bar.
// Magic :D
Bar->ContinueWritingHere

Thanks in advance

@niosus niosus changed the title [Feature Request] Please add Dot-To-Arrow conversion ( . ) to ( -> ) Add Dot-To-Arrow conversion ( . ) to ( -> ) Nov 24, 2019
@niosus
Copy link
Owner

niosus commented Nov 24, 2019

I don't think I would have the time to implement this anytime soon, but I am happy to review a PR on this.

@stale
Copy link

stale bot commented Jan 24, 2020

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.

@stale stale bot added the wontfix label Jan 24, 2020
@stale
Copy link

stale bot commented Jan 31, 2020

The issue has been automatically closed due to lack of activity. Feel free to reopen the issue if it is still relevant.

@stale stale bot closed this as completed Jan 31, 2020
@niosus niosus reopened this Feb 2, 2020
@stale stale bot removed the wontfix label Feb 2, 2020
@YesserLab
Copy link
Author

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 ;)

@thewindsofwinter
Copy link

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.

@stale
Copy link

stale bot commented Apr 16, 2022

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.

@stale stale bot added the wontfix label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants