<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Edit C# scripts with visual studio</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=5bfcbb81-1ad7-4a70-abac-093ff4039246" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=5bfcbb81-1ad7-4a70-abac-093ff4039246</link>
<description>DisplayFusion RSS: Edit C# scripts with visual studio</description>
<lastBuildDate>Sat, 23 May 2026 13:02:34 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=5bfcbb81-1ad7-4a70-abac-093ff4039246</generator>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#8</link>
<pubDate>Fri, 13 Jan 2023 18:28:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[We missed the follow-up on this when we implemented it, but the Script Editor supports auto-complete for C# code now]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We missed the follow-up on this when we implemented it, but the Script Editor supports auto-complete for C# code now <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#7</link>
<pubDate>Wed, 22 Mar 2017 16:25:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[We'll check out Roslyn and see if it's something we can make use of in the DisplayFusion Script Editor. Unfortunately we can't provide the DF dll, sorry!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We'll check out Roslyn and see if it's something we can make use of in the DisplayFusion Script Editor. Unfortunately we can't provide the DF dll, sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#6</link>
<pubDate>Thu, 16 Mar 2017 18:03:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry to bump this up again, but now that I've learned so much I can ask a better questions!
Is it possible for you to release the .dll file? That way we could add it as a reference in VS?
Still new so I'm not 100% sure on this, but wouldn't all the classes sit in DF separately anyway? Can you ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry to bump this up again, but now that I've learned so much I can ask a better questions!<br/>
Is it possible for you to release the .dll file? That way we could add it as a reference in VS? <br/>
<br/>
Still new so I'm not 100% sure on this, but wouldn't all the classes sit in DF separately anyway? Can you export them as a .dll? Or am I completely wrong about all that..?<br/>
<br/>
Another option I recently found that may be easy? <br/>
Have you thought of adding intellisense in another way? Take a look at <a href="http://www.csscript.net/npp/" target="_blank" rel="nofollow"><b>this notepad++ plug-in</b></a>, maybe you could integrate it into the script editor?<br/>
<br/>
The macros are just SO useful with work, but I still heavily rely on intellisense to know what I'm doing. Right now I'm switching between NPP and the macro editor to figure things out.<br/>
<br/>
Thanks so much!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#5</link>
<pubDate>Mon, 06 Feb 2017 17:16:57 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yea! The BFS stuff I have down. It's just the rest I need the intellisense for. I think I will just sort of switch between the two when needed though. Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yea! The BFS stuff I have down. It's just the rest I need the intellisense for. I think I will just sort of switch between the two when needed though. Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#4</link>
<pubDate>Thu, 02 Feb 2017 15:22:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Unfortunately, not, no. The Script Editor in DisplayFusion does have an Intellisense-esque auto-complete for the scripting functions though. If you type "BFS." it will popup a menu listing all of the namespaces and functions.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately, not, no. The Script Editor in DisplayFusion does have an Intellisense-esque auto-complete for the scripting functions though. If you type "BFS." it will popup a menu listing all of the namespaces and functions.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#3</link>
<pubDate>Thu, 02 Feb 2017 01:04:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry I know this discussion is really old, but was wondering if anything has changed?
I'm trying to write a function now, but I'm still new to programming, and very new to VB/C# so I sort of need the intellisense for some of the basic functions.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry I know this discussion is really old, but was wondering if anything has changed?<br/>
<br/>
I'm trying to write a function now, but I'm still new to programming, and very new to VB/C# so I sort of need the intellisense for some of the basic functions.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#2</link>
<pubDate>Mon, 08 Jun 2015 19:18:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[While you can write the scripts in Visual Studio, the Intellisense for our scripting functions won't work, and you won't be able to compile the scripts, so it's not really much use at the moment
Sorry!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
While you can write the scripts in Visual Studio, the Intellisense for our scripting functions won't work, and you won't be able to compile the scripts, so it's not really much use at the moment <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>Edit C# scripts with visual studio</title>
<link>https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246</link>
<pubDate>Fri, 05 Jun 2015 09:42:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/edit-c-scripts-with-visual-studio/?ID=5bfcbb81-1ad7-4a70-abac-093ff4039246</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello.
I want to edit the C# function scripts with my Visual Studio 2013. Could anybody tell me what I have to setup in a VS Project?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello.<br/>
I want to edit the C# function scripts with my Visual Studio 2013. Could anybody tell me what I have to setup in a VS Project?
</div>
]]></content:encoded>
</item>
</channel>
</rss>