back to home

JetBrains / ForTea

59 stars
13 forks
22 issues
C#KotlinLex

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing JetBrains/ForTea in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/JetBrains/ForTea)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

ForTea ==== About ---- ForTea is a plugin for Rider and ReSharper which adds intelligent support for editing T4 files ( , , ). The Rider plugin also can automatically execute and preprocess T4 files. Installation ---- Rider: Starting with , this plugin will be installed out of the box. ReSharper: The plugin is available in JetBrains Plugin Repository and can be installed using Extension Manager from the ReSharper menu. Features ----• Execution of classical T4 templates• Generation of C# code (aka template preprocessing)• Full intelligent support in T4 directives• Full intelligent support in C# in in-line blocks: find usages, refactorings, context actions, etc.• Extensive intelligent support for includes• Support for adding assembly and import directives through quick fixes• Lots of other IDE features: file structure, extend selection, refactorings, etc License ---- Licensed under Apache License 2.0. This plugin is a successor to the original plugin by MrJul, to whom we are very thankful. Building, running and debugging the plugin ---- Build instructions can be found here. Run/debug instructions for Rider plugin can be found here. Run/debug instructions for ReSharper plugin can be found here. Things to know about this ReSharper plugin ---- As a ReSharper plugin, ForTea doesn't provide any Visual Studio service, meaning there are some limitations. Among those, syntax highlighting is fully handled by ReSharper rather than Visual Studio: to get coloring for identifiers, you must enable _Color identifiers_ in _ReSharper Options > Code Inspection > Settings_. Plus, there is no code outlining support yet. Visual Basic T4 files aren't supported yet. Custom T4 directives aren't supported yet.