Thank you for the screenshots. Can think of a number of possibilities why this could be happening:
1) The referenced method simply does not have documentation
2) The libraries were added without documentation/with partial documentation
3) There’s a bug in CodeMix that is preventing the documentation from being picked up in some cases
Can you go to Window > Preferences > CodeMix > Settings > Workspace Settings and check the value of the codemix.editor.parameterHint
setting? If it’s set to summary
, does changing it to detailed
make a difference?
I did try with an array in TypeScript, and did see full documentation for splice
. Any way you can help share a reduced example that exhibits the problem? Or can you share the package.json
for the project in which you’re not getting the documentation? If we can reproduce locally, we should be able to figure this out.
Thanks!