335 questions with Developer technologies | Visual Studio | Extensions tags
LSP - 'textDocument/publishDiagnostics' to a virtual editor
I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…
Developer technologies | Visual Studio | Extensions
Can not login to Github Copilot in VisualStudio running with administrator rights
I have a Github Copilot, and I would like to login into Github account to be able to use it with my Visual Studio 2022. I can do it when VisualStudio started with usual user. But when it started with administrator rights (I need it to be run with admin…
Developer technologies | Visual Studio | Extensions
Open a new file in memory from extension using custom editor
I am trying to open a new file (with .sql extension) in memory not in disc using a custom editor factory that I have implemented. IVsUIShellOpenDocument shellOpenDocument =…
Developer technologies | Visual Studio | Extensions
Markdown string for Hover (textDocument/hover) in Visual Studio
Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on some keywords in editor. Markdown string returned for Hover request does not work in my case. Does Visual Studio support…
Developer technologies | Visual Studio | Extensions
How to show scrollbar on hover window when hover text is large
Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover). In some scenarios, hover text to be displayed is large and that causes a big hover popup that occupy the entire screen in Visual…
Developer technologies | Visual Studio | Extensions
When will Microsoft.VisualStudio.Interop v18 and related interop packages be available on NuGet?
Hello, I am developing an SSMS extension and need to reference the following assemblies for compatibility with Visual Studio 18 SDK: Microsoft.VisualStudio.Interop Microsoft.VisualStudio.OLE.Interop Microsoft.VisualStudio.Shell.Interop Currently,…
Developer technologies | Visual Studio | Extensions
How to open a new file in memory in visual studio using my editory factory
I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…
Developer technologies | Visual Studio | Extensions
No puedo crear una nueva suscripción de desarrollador de Microsoft 365
Mi nombre es Cristhian y estoy teniendo dificultades para crear una nueva suscripción de desarrollador en el programa de Microsoft 365. Utilicé anteriormente mi cuenta personal (correo: [tu correo aquí]) para crear una suscripción con el dominio…
Developer technologies | Visual Studio | Extensions
How to add icon near string for compartment item of CompartmentShape
Hello. Please help, i have a situation: Create domain-specific language project type in VS 2022 Then, i create my domain classes and shapes here is picture of my setup: As you can see - i have "Town" domain class, "Street" domain…
Developer technologies | Visual Studio | Extensions
Seed issue on Visual Studio Community 2022
I'm currently using Visual Studio Community 2022 for SSIS development, but it's running very slowly. What steps can I take to improve its performance?
Developer technologies | Visual Studio | Extensions
Theming ToolStrip buttons using Image service
I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…
Developer technologies | Visual Studio | Extensions
Position a window with respect to another from an extension
We have a Visual Studio extension. We open editors and custom windows from this extension. For an editor (window#1) when we open a related custom window (window#2) how to position window#2 with respect to window#1 (to the side or to the bottom) ? Is…
Developer technologies | Visual Studio | Extensions
Corrigir acesso a extensões (Cline, Gemin, Codex, Deepseek,...) no VSCode.
Estou tendo problemas para aparecer o chat com linha de prompt em todas as IA's que tenho instaladas com (Gemini, Codex, Cline, Deepseek, ... ) no lado esquerdo da tela no VSCode. Estava funcionando e parou. Alguem ja teve esse tipo de erro sem mostrar…
Developer technologies | Visual Studio | Extensions
Will Integration Services projects work with Visual Studio Professional 2022 on Windows 11.I
I recently changed from VS Enterprise to VS Professional, and then upgraded to Windows 11. I am now unable to install Microsoft Data Tools Integration Services. I receive Error 0xe0434f4d: Failed to execute EXE package.
Developer technologies | Visual Studio | Extensions
My Visual Studio 2022 Community reports an error when I try to install any vsix and I have tried various methods including reinstalling. My Windows 11 system vs version is 17.14.16 and Windows is 11 24h2
我的visualstudio2022community在想安裝任何vsix時都會報錯並且已嘗試過各種方法包括重灌删除缓存和修复vs 我的windows11系統vs版本是17.14.16 windows是11 24h2 My Visual Studio 2022 Community reports an error when I try to install any vsix and I have tried various methods including reinstalling. My…
Developer technologies | Visual Studio | Extensions
How to enable IntelliSense on external unity projects?
Hey there. Recently I started working on unity projects with teammates and I encountered a problem where the IntelliSense is disabled on projects from other people. At first VS Code notified me that the workspace isn't trusting this file, so I added the…
Developer technologies | Visual Studio | Extensions
I previously scheduled my GitHub Copilot certification exam, which was originally set for August 14. I'm looking to book a second attempt. Could you please let me know when I’m eligible to reschedule the exam and how to proceed?
I previously scheduled my GitHub Copilot certification exam, which was originally set for August 14. I'm looking to book a second attempt. Could you please let me know when I’m eligible to reschedule the exam and how to proceed?
Developer technologies | Visual Studio | Extensions
how to add extra package source in NuGet packages?
I usually use public NuGet packages only. But, I am going to install packages from private source in my project. How can I configure/use both private and public packages source by Visual Studio?
Developer technologies | Visual Studio | Extensions
Add a custom command into visual studio solution explorer context menu with extensibility framework
Need example to add a command to solution explorer context menu with new out-process model.
Developer technologies | Visual Studio | Extensions
VS Code Remote-SSH stuck at “Checking .log and .pid for a running server”
Hi Microsoft VS Code team, I'm encountering a persistent hang issue with VS Code Remote-SSH when connecting to my remote Linux machine. Environment VS Code version: Version: 1.104.3 (user setup) Commit: 385651c938df8a906869babee516bffd0ddb9829 Date:…