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

Display: Optional parameters in code completion #15

Closed
thorgeirk11 opened this issue Jul 12, 2016 · 0 comments
Closed

Display: Optional parameters in code completion #15

thorgeirk11 opened this issue Jul 12, 2016 · 0 comments
Assignees

Comments

@thorgeirk11
Copy link
Owner

thorgeirk11 commented Jul 12, 2016

Optional parameters in code completion

The following should display starCount = 0

int SetUnlockLevel(int unlockLevel, int starCount = 0) { ... }

However this is what is displayed:
image

Here is the code in VS:
image

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

1 participant