<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue with Visual Studio in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/issue-with-visual-studio/m-p/1486486#M70741</link>
    <description>&lt;P&gt;Anyone experiencing issues with using a custom IDE in ArcGIS Pro to edit python script tools? Changes I make in Visual Studio and save are not being shown in the tool. When I click edit tool, the changes are not displaying. I was using 3.1.2 and just upgraded to 3.3.0 and the problem is continuing. I have done this in the past without problems. Very frustrated.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 17:51:55 GMT</pubDate>
    <dc:creator>aclark2_fanshawe</dc:creator>
    <dc:date>2024-06-06T17:51:55Z</dc:date>
    <item>
      <title>Issue with Visual Studio</title>
      <link>https://community.esri.com/t5/python-questions/issue-with-visual-studio/m-p/1486486#M70741</link>
      <description>&lt;P&gt;Anyone experiencing issues with using a custom IDE in ArcGIS Pro to edit python script tools? Changes I make in Visual Studio and save are not being shown in the tool. When I click edit tool, the changes are not displaying. I was using 3.1.2 and just upgraded to 3.3.0 and the problem is continuing. I have done this in the past without problems. Very frustrated.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 17:51:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issue-with-visual-studio/m-p/1486486#M70741</guid>
      <dc:creator>aclark2_fanshawe</dc:creator>
      <dc:date>2024-06-06T17:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Visual Studio</title>
      <link>https://community.esri.com/t5/python-questions/issue-with-visual-studio/m-p/1486498#M70742</link>
      <description>&lt;P&gt;When the IDE saves it probably is working just fine. You might have to do a refresh (in the right-click menu)&amp;nbsp; on the toolbox in ArcPro. If you are using any custom modules you can force them to reload. That looks like this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import sys
from importlib import reload
import arcpy
sys.path.append("K:/Taxmaps/Toolbox")
import cc_taxmaps 
reload(cc_taxmaps)&lt;/LI-CODE&gt;&lt;P&gt;I suppose doing a forced reload causes it to be a second slower but nothing I've noticed.&lt;/P&gt;&lt;P&gt;For debugging this problem I have found putting this in is useful. Then I can bump version number and see if it changes in the output from Pro.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;__version__ = "1.0"

if __name__ == "__main__":
    arcpy.AddMessage(f"ExportTaxmapTool {__version__}")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 18:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/issue-with-visual-studio/m-p/1486498#M70742</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2024-06-06T18:14:45Z</dc:date>
    </item>
  </channel>
</rss>

