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

AutoComplete to add $ for VBA's string returning functions #4143

Open
ThunderFrame opened this issue Jun 30, 2018 · 0 comments
Open

AutoComplete to add $ for VBA's string returning functions #4143

ThunderFrame opened this issue Jun 30, 2018 · 0 comments
Labels
enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. feature-autocomplete feature-autocorrect AC issues specific to the "autocorrect" handler

Comments

@ThunderFrame
Copy link
Member

With string returning functions like Left$, Right$, etc. it's easy to forget to add the $ for the String variation of the otherwise Variant returning function.

AC can fix this:

Type Left( get Left$(|)
Type Right( get Right$(|)

@ThunderFrame ThunderFrame added enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. feature-autocomplete labels Jun 30, 2018
@retailcoder retailcoder added the feature-autocorrect AC issues specific to the "autocorrect" handler label Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope. feature-autocomplete feature-autocorrect AC issues specific to the "autocorrect" handler
Projects
None yet
Development

No branches or pull requests

2 participants