{"id":26055785,"url":"https://github.com/insyncwithfoo/taplo-for-intellij","last_synced_at":"2025-04-11T03:20:51.968Z","repository":{"id":268013212,"uuid":"861080840","full_name":"InSyncWithFoo/taplo-for-intellij","owner":"InSyncWithFoo","description":"Taplo integration for IntelliJ","archived":false,"fork":false,"pushed_at":"2025-01-26T20:36:35.000Z","size":778,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T07:13:03.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InSyncWithFoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-22T00:19:23.000Z","updated_at":"2025-01-26T20:22:30.000Z","dependencies_parsed_at":"2024-12-13T20:06:34.080Z","dependency_job_id":"39da995a-9d07-4798-b03b-9e70599537f2","html_url":"https://github.com/InSyncWithFoo/taplo-for-intellij","commit_stats":null,"previous_names":["insyncwithfoo/taplo-for-intellij"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Ftaplo-for-intellij","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Ftaplo-for-intellij/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Ftaplo-for-intellij/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InSyncWithFoo%2Ftaplo-for-intellij/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InSyncWithFoo","download_url":"https://codeload.github.com/InSyncWithFoo/taplo-for-intellij/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248334020,"owners_count":21086302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-08T10:21:43.257Z","updated_at":"2025-04-11T03:20:51.942Z","avatar_url":"https://github.com/InSyncWithFoo.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taplo for IntelliJ\n\n[![Build](https://github.com/InSyncWithFoo/taplo-for-intellij/actions/workflows/build.yaml/badge.svg)][4]\n[![Version](https://img.shields.io/jetbrains/plugin/v/25387)][5]\n[![Rating](https://img.shields.io/jetbrains/plugin/r/rating/25387)][6]\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/25387)][7]\n\n\u003c!-- Plugin description --\u003e\n[Taplo][1], also known as \"[Even better TOML][2]\",\nis a language server for TOML.\n\n\n## Usage\n\nYou must [have Taplo installed][3] to use this plugin.\nNote that the installation must not come from NPM.\nThe executable will then be detected automatically.\n\nAdditionally, if you are using IntelliJ IDEA or PyCharm Community Edition,\nthe \u003ci\u003eLSP4IJ\u003c/i\u003e plugin must be installed and enabled.\nOnce it is installed, change the running mode to \u003ci\u003eLSP4IJ\u003c/i\u003e.\n\n\n## Logging\n\nYou are strongly encouraged to enable language server logging.\nThis will allow corresponding logs to be recorded in `idea.log`\nfor further analysis should a problem arises.\n\nAdd the following line to the \u003cb\u003eHelp\u003c/b\u003e |\n\u003cb\u003eDiagnostic Tools\u003c/b\u003e | \u003cb\u003eDebug Log Settings\u003c/b\u003e panel:\n\n```text\ncom.intellij.platform.lsp\n```\n\n\n  [1]: https://github.com/tamasfe/taplo\n  [2]: https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml\n  [3]: https://taplo.tamasfe.dev/cli/installation/binary.html\n\u003c!-- Plugin description end --\u003e\n\n\n## Installation\n\nThis plugin is [available on the Marketplace][7].\nYou can also download the ZIP files manually from [the \u003ci\u003eReleases\u003c/i\u003e tab][8],\n[the `build` branch][9] or [the \u003ci\u003eActions\u003c/i\u003e tab][10]\nand follow the instructions described [here][11].\n\nCurrently supported versions:\n2024.1 (build 241.14494.241) - 2024.3.* (build 243.*).\n\n\n## Credits\n\nParts of this repository were taken or derived from:\n\n* [@tamasfe/taplo][1]\n* [@JetBrains/intellij-community][12]\n* [@JetBrains/intellij-platform-plugin-template][13]\n* [@koxudaxi/ruff-pycharm-plugin][14]\n\n\n  [4]: https://github.com/InSyncWithFoo/taplo-for-intellij/actions/workflows/build.yaml\n  [5]: https://plugins.jetbrains.com/plugin/25387/versions\n  [6]: https://plugins.jetbrains.com/plugin/25387/reviews\n  [7]: https://plugins.jetbrains.com/plugin/25387\n  [8]: https://github.com/InSyncWithFoo/taplo-for-intellij/releases\n  [9]: https://github.com/InSyncWithFoo/taplo-for-intellij/tree/build\n  [10]: https://github.com/InSyncWithFoo/taplo-for-intellij/actions/workflows/build.yaml\n  [11]: https://www.jetbrains.com/help/pycharm/managing-plugins.html#install_plugin_from_disk\n  [12]: https://github.com/JetBrains/intellij-community\n  [13]: https://github.com/JetBrains/intellij-platform-plugin-template\n  [14]: https://github.com/koxudaxi/ruff-pycharm-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Ftaplo-for-intellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsyncwithfoo%2Ftaplo-for-intellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsyncwithfoo%2Ftaplo-for-intellij/lists"}