kenkangxgwe / lsp-wl

A Wolfram Language Server
MIT License
214 stars 22 forks source link

Units and physical constants completion. #59

Open hongyi-zhao opened 3 years ago

hongyi-zhao commented 3 years ago

MMA notebook can do the completion for the units and physical constants' names, say, the following one:

Quantity["BoltzmannConstant"]

But it seems that this feature isn't available in lsp-wl. Is it possible to implement it in lsp-wl?

Regards, HY

kenkangxgwe commented 3 years ago

This can be done and not that hard, but not in high priority. Maybe I will give it a try soon.