We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following should display starCount = 0
starCount = 0
int SetUnlockLevel(int unlockLevel, int starCount = 0) { ... }
However this is what is displayed:
Here is the code in VS:
The text was updated successfully, but these errors were encountered:
Intellisense now displays optional parameters. Fixes issue #15
dce8df9
thorgeirk11
No branches or pull requests
Optional parameters in code completion
The following should display
starCount = 0
However this is what is displayed:
![image](https://cloud.githubusercontent.com/assets/2693474/16769005/454189c0-4836-11e6-8cfa-4c9f5c3c8c1f.png)
Here is the code in VS:
![image](https://cloud.githubusercontent.com/assets/2693474/16769013/4b74b7b8-4836-11e6-8924-3539d17448e9.png)
The text was updated successfully, but these errors were encountered: