You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel very much that your project is exactly what I need Then I have another function that I don't know how to implement Would you please take a look at it when you are free
I want to implement some built-in class, function, and variable into the editor, which need to be dynamically injected and may change frequently And there is no implementation, only a declaration
What I can think of is using .pyi files to do this But I don't know how to inject my customized file into pyls / jedi
I can use the method shown in the figure below to pass' initializationOptions' to 'Config. _init_opts', but I cannot find a reference to ' _init_opts'."
Later, I successfully used the method shown in the figure below directly But I don't know how to make the configuration path dynamic
I feel very much that your project is exactly what I need Then I have another function that I don't know how to implement Would you please take a look at it when you are free
I want to implement some built-in class, function, and variable into the editor, which need to be dynamically injected and may change frequently And there is no implementation, only a declaration
What I can think of is using .pyi files to do this But I don't know how to inject my customized file into pyls / jedi
ex: ide.pyi
When I write the following code, both the Person on the first line and the Study on the second line can be automatically prompted
The text was updated successfully, but these errors were encountered: