Questions tagged [qt-linguist]

Qt Linguist is a versatile tool designed to help enhance Qt applications with multi-language support. It enables release managers, translators, and developers alike to easily add translations to their projects, streamlining the localization process for improved user experience.

Is there a way to prevent QtLinguist from opening every time Visual Studio tries to display a TypeScript file?

Ever since I installed Qt tools for Visual Studio, my Ctrl+click on a class name triggers Qt Linguist: https://i.stack.imgur.com/USAH1.png This hinders me from checking type definitions, even though Visual Studio has already parsed them. The type informa ...