Max Lantas
Max Lantas
The function needs to build the string in order to get the parameter offsets. There's some complexity in the printing (like unwrapping option types), that I wasn't sure was appropriate...
My understanding is that to write a test like that example I would first need to expose the signature help functionality to the command line interface through the [`all_commands` list](https://github.com/ocaml/merlin/blob/8091fad9953c6b9840a53aa53336fdebe51658b6/src/frontend/ocamlmerlin/new/new_commands.ml#L69)....
I'm writing this as an outsider but is this new IR type sufficiently general? I wouldn't expect constructs like `Typeof`, `ERegexp`, and `ERaw` to be present in a general IR....
> Or what you suggest @mnxn is to emit some `EPrim` in `generate.ml` and offload handling of primitives other than a set of well-known ones to target language IR processor?...
I'm surprised that the capitalization matters if it could open the file. What is the error that is shown when you hover over the red underlined text?
Is changing the extension ID from `ocamllabs.ocaml-platform` something that we want to do right now? I think it would be listed as a different extension on the marketplace and make...
That extension is still listed under `hackwaly.ocaml`: https://marketplace.visualstudio.com/items?itemName=hackwaly.ocaml `hackwaly.ocaml-deprecated` is a 404: https://marketplace.visualstudio.com/items?itemName=hackwaly.ocaml-deprecated I don't see how it would be possible for the `vsce` tool to detect an extension ID...
> I worry about directly change ocaml to ocaml-deprecated in package.json just results two published extensions - one is ocaml the other is ocaml-deprecated. So I didn't use ocaml-deprecated to...
The extension is still being featured on the extensions page: https://marketplace.visualstudio.com/vscode Should we wait to change the display name/logo until it stops being featured? @smorimoto: any thoughts?
> I'll try to give it a go if you think it's ok to do that. Thank you for the detailed issue. This functionality would indeed be useful. Feel free...