{"id":47068336,"url":"https://github.com/noctud/intellij-latte","last_synced_at":"2026-05-22T12:08:44.444Z","repository":{"id":235603644,"uuid":"789595886","full_name":"noctud/intellij-latte","owner":"noctud","description":"♨️ Latte for PhpStorm and IntelliJ","archived":false,"fork":false,"pushed_at":"2026-03-31T13:03:21.000Z","size":7924,"stargazers_count":21,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-02T23:45:43.521Z","etag":null,"topics":["intellij","intellij-idea","intellij-plugin","latte","nette","nette-framework","php","phpstorm","phpstorm-plugin"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/24218","language":"Java","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/noctud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-21T02:10:06.000Z","updated_at":"2026-03-31T12:58:32.000Z","dependencies_parsed_at":"2024-04-23T23:50:36.065Z","dependency_job_id":"d6460441-8358-4e5c-a22a-988467563b7f","html_url":"https://github.com/noctud/intellij-latte","commit_stats":null,"previous_names":["rixafy/lattesupport","noctud/intellij-latte"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/noctud/intellij-latte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctud%2Fintellij-latte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctud%2Fintellij-latte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctud%2Fintellij-latte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctud%2Fintellij-latte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noctud","download_url":"https://codeload.github.com/noctud/intellij-latte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noctud%2Fintellij-latte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31810741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["intellij","intellij-idea","intellij-plugin","latte","nette","nette-framework","php","phpstorm","phpstorm-plugin"],"created_at":"2026-03-12T05:31:15.065Z","updated_at":"2026-04-14T19:01:04.670Z","avatar_url":"https://github.com/noctud.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Latte for PhpStorm and IntelliJ IDEA\n=========================================\n[![JetBrains Marketplace](https://img.shields.io/jetbrains/plugin/v/24218-latte-support.svg?label=marketplace)](https://plugins.jetbrains.com/plugin/24218-latte-support)\n[![Build](https://img.shields.io/github/actions/workflow/status/noctud/intellij-latte/build.yaml?branch=main)](https://github.com/noctud/intellij-latte/actions)\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n[![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord\u0026logoColor=white)](https://discord.noctud.dev)\n\n\u003c!-- Plugin description --\u003e\nProvides comprehensive support for the [Latte](https://latte.nette.org) templating engine in PhpStorm and IntelliJ IDEA. Includes syntax highlighting, code completion, type-aware references via [{templateType}](https://latte.nette.org/type-system#toc-templatetype), navigation from `{link}` to presenter actions and `{control}` to components, live inspections, refactoring across Latte and PHP files, and configurable custom tags, filters, and functions per project.\n\nIf you have any problems with the plugin, [create an issue](https://github.com/noctud/intellij-latte/issues/new/choose) or join the [Noctud Discord](https://discord.noctud.dev).\n\u003c!-- Plugin description end --\u003e\n\n![Example](.github/showcase.gif)\n\n\nNotice\n------------\nThis plugin is a fork of the [original free plugin](https://github.com/nette-intellij/intellij-latte). This fork has been created as another free plugin, since the code completion feature was removed from the original free plugin.\n\n\nInstallation\n------------\nSettings → Plugins → Browse repositories → Find \"Latte Support\" → Install Plugin → Apply\n\n\nInstallation from .jar file\n------------\nDownload the `instrumented.jar` file from the [latest release](https://github.com/noctud/intellij-latte/releases) or the latest successful [GitHub Actions build](https://github.com/noctud/intellij-latte/actions)\n\n\nSupported Features\n------------------\n\n* Syntax highlighting and code completion for PHP in Latte files\n* Type-aware references to classes, methods, properties, and constants (via [{templateType}](https://latte.nette.org/type-system#toc-templatetype))\n* Link references between `{link}` macros and presenter action methods\n* Control component references from `{control}` tags to registered components\n* File path references and missing file detection in `{include}` and `{import}` macros\n* Refactoring support (rename classes, methods, variables across Latte and PHP)\n* Live inspections (undefined variables, unknown classes/methods, deprecated tags, modifier issues, iterable types)\n* Code folding, brace matching, and structure view\n* Configurable custom tags, filters, functions, and variables per project\n* Live templates for common Latte constructs\n* Support for `{syntax off}`, `{syntax double}`, and `n:syntax` attributes\n\n\nBuilding\n------------\n\n```sh\n./gradlew build\n```\n\nTesting in sandbox IDE\n------------\n\n```sh\n./gradlew runIde\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoctud%2Fintellij-latte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoctud%2Fintellij-latte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoctud%2Fintellij-latte/lists"}