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

How to remove function parameter typing hint in JavaScripy #1702

Open
alldaygooning opened this issue Oct 27, 2024 · 3 comments
Open

How to remove function parameter typing hint in JavaScripy #1702

alldaygooning opened this issue Oct 27, 2024 · 3 comments

Comments

@alldaygooning
Copy link

image
Please tell me how to remove these ": any" hints in JavaScript function parameters

@akurtakov
Copy link
Contributor

akurtakov commented Oct 28, 2024

Hints in wwd are before the variable name as can be seen at
image

If one uses wildwebdeveloper there are settings
image
to control what hints to be shown (the one you ask can be hidden via "Disable parameter name hints") but the change is applied only after eclipse restart.
This is the resulting editor for me:
image

@akurtakov
Copy link
Contributor

@vrubezhny Would you please look why the settings change is not dynamically applied to already running LS?

@alldaygooning
Copy link
Author

Unchecked the boxes and restarted Eclipse and those hint went away. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants