Foundry.LspManager¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Service (8), Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8), Gio.ListModel (4)
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
GObject.Object (7), Json.Serializable (5), Gio.ListModel (3)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.LspManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- load_client(language_id)¶
- Parameters:
language_id (
str) –- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.LspClient].
- Return type:
Loads a [class`Foundry`.LspClient] for the language_id.
If an existing client is already created for this language, that client will be returned.