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'm interested in writing a plugin that provides Taplo integration for IntelliJ-based IDEs. Such a plugin would prove to be useful, especially when PyCharm doesn't even have proper support for pyproject.toml (unless I'm mistaken, neither do other IJ-based IDEs, except for RustRover).
I have a few questions:
What LSP capabilities does Taplo have?
What are the settings that should be passed to Taplo as initializationOptions?
How can I tell Taplo the schema to be used for the current file? What if that schema changes?
Are there anything else I need to know in general before publishing the plugin (licensing, trademarks, naming, etc.)?
The text was updated successfully, but these errors were encountered:
I'm interested in writing a plugin that provides Taplo integration for IntelliJ-based IDEs. Such a plugin would prove to be useful, especially when PyCharm doesn't even have proper support for
pyproject.toml
(unless I'm mistaken, neither do other IJ-based IDEs, except for RustRover).I have a few questions:
initializationOptions
?The text was updated successfully, but these errors were encountered: