PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Please allow Python scripts calling C# methods be references Visual Studio can see

Open vsfeedback opened this issue 5 months ago • 0 comments

This issue has been moved from a ticket on Developer Community.


We use Pythonnet in our Python scripts to interface with our C# code. When code changes within our C# codebase, we sometimes forget to make the changes in our Python code resulting in errors usually resulting in method name mismatch, parameters being swapped around, or object types being broken. Since Visual Studio recently added Python support, I was wondering if we can directly interface with our Python code and see if our method names/parameters are correct and maybe Visual Studio can even mark it with a red line indicating that the script might not work.


Original Comments

Feedback Bot on 7/29/2024, 00:31 AM:

Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. You will hear from us in about a week on our next steps.

vsfeedback avatar Sep 20 '24 14:09 vsfeedback