(language-service-enabled? project-language-service-state-event-body)
True if language service state switched from disabled to enabled and false otherwise.
Returns: boolean
True if language service state switched from disabled to enabled and false otherwise. **Returns:** `boolean`
(project-name project-language-service-state-event-body)
Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised.
Returns: string
Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised. **Returns:** `string`
(set-language-service-enabled! project-language-service-state-event-body value)
True if language service state switched from disabled to enabled and false otherwise.
True if language service state switched from disabled to enabled and false otherwise.
(set-project-name! project-language-service-state-event-body value)
Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised.
Project name that has changes in the state of language service. For configured projects this will be the config file path. For external projects this will be the name of the projects specified when project was open. For inferred projects this event is not raised.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close