I am trying to create a completion provider for javascript. what I need is to get the keyword and reserved words of javascript from the nashorn. Is there a way to do that?
I am trying to create a completion provider for javascript. what I need is to get the keyword and reserved words of javascript from the nashorn. Is there a way to do that?