<?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 Re: Favourite editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702250#M53784</link>
    <description>&lt;P&gt;Thanks - I will have a look at VS Code.&lt;/P&gt;&lt;P&gt;Still not sure about the other part though without trying it out. Will the end result not just be the same as have the must_includes in the script ? i.e. the code will not be physically lifted in place into the QVF / app itself ?&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 06:24:19 GMT</pubDate>
    <dc:creator>AndrewMcIlwrick</dc:creator>
    <dc:date>2020-05-15T06:24:19Z</dc:date>
    <item>
      <title>Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701482#M53717</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Would anyone like to volunteer the name of their favourite editor they use for Qlik development ( i.e. externalised scripts ) ? I use NotePad++ ( with its XML language definition ) but I have heard others like Atom ( with the same ).&lt;/P&gt;&lt;P&gt;On a similar vein, having externalised all the scripts into a library of .QVS files is there an easy way to automate and load their contents back into a Sense app ? The must_include statements to reference the file are just $ sign expansions of a system variable containing the path, but it would be great if there is a way to quickly ( "automated" ) bring all the external code back into a single place for whatever reason.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrew.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701482#M53717</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701569#M53726</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;I am using Visual Studio Code, it has a plugin for Qlik syntax.&lt;/P&gt;&lt;P&gt;Regarding the automated load of QVS files, one way to do it is have all scripts in a specific folder, do a loop to get&amp;nbsp; the files from this folder and then dinamically generate the include statements inside the loop.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 13:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701569#M53726</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-05-13T13:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701607#M53731</link>
      <description>&lt;P&gt;Notepad++ is nice, as is Atom and Sublime Text. And Emacs. And Vim.&lt;/P&gt;&lt;P&gt;Having used them all over the years, my absolute favourite - by far - is Visual Studio Code.&amp;nbsp;&lt;BR /&gt;None of the others really come close, IMHO.&lt;BR /&gt;Admittedly I develop in a few different languages and the fact that VSC handles them all counts in VSC's favour, but even for pure Qlik scripting I'd never choose anything but VSC.&lt;/P&gt;&lt;P&gt;Why VSC?&amp;nbsp;&lt;BR /&gt;Great, extensible editor. Tons of extensions. Many are useless, but having those 10 superior ones installed saves me hours and hours every week. Awesome git integration becomes even better with a few good git related extensions.&lt;BR /&gt;The Qlik syntax highlighting extension is the same as used in Atom I believe. Or at least very similar. Get's the job done.&lt;/P&gt;&lt;P&gt;That said - the question of which IDE and editor is best have sparked more than one flame war over the years....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 14:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701607#M53731</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2020-05-13T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701648#M53736</link>
      <description>&lt;P&gt;It would be great to learn from people who use VS Code routinely, specifically what are those top 10 extensions that are useful.&lt;/P&gt;&lt;P&gt;Also, I loved the QlikView feature that allowed opening, editing, and saving external script files within the QlikView script editor. It would be fantastic if the same feature was re-introduced in Qlik Sense!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 15:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701648#M53736</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2020-05-13T15:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701934#M53762</link>
      <description>&lt;P&gt;Hey Andrew,&lt;/P&gt;&lt;P&gt;i also use visual studio code.&amp;nbsp; it handles the file hierarchy that we were already using for keeping scripts organized, has Qlik syntax (although this could be improved upon, would be nice if Qlik&amp;nbsp;created a supported language extension), and it is neatly ties in with GitHub for source control.&amp;nbsp; it can also be used as a one stop shop interface - I also have JIRA tied in, as well as several DB explorers for convenience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 10:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1701934#M53762</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2020-05-14T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702194#M53777</link>
      <description>&lt;P&gt;Visual Studio Code is the winner for me. I have tried notepad ++ but not recently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;VS Code became me favourite due to me working across multiple languages and platform and VS code handles them for me really well. I would love to see some simple way developers being able to use IDE to write script and deployment them to Qlik sense app with out having to build a set of tools to do it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 23:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702194#M53777</guid>
      <dc:creator>s_kabir_rab</dc:creator>
      <dc:date>2020-05-14T23:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702250#M53784</link>
      <description>&lt;P&gt;Thanks - I will have a look at VS Code.&lt;/P&gt;&lt;P&gt;Still not sure about the other part though without trying it out. Will the end result not just be the same as have the must_includes in the script ? i.e. the code will not be physically lifted in place into the QVF / app itself ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702250#M53784</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2020-05-15T06:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702251#M53785</link>
      <description>&lt;P&gt;Thanks - will have a look at VS code given its popularity.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702251#M53785</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2020-05-15T06:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702253#M53786</link>
      <description>&lt;P&gt;Great tip re. GIT / GitHub integration - installing it now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702253#M53786</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2020-05-15T06:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Favourite editor</title>
      <link>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702255#M53787</link>
      <description>&lt;P&gt;Great idea Oleg ! If you submit it you get my +1 vote. The dev hub after all does have the concepts of a rudimentary IDE in its features so an equivalent in the Sense hub client should be do-able. I guess most people who want to use a product in this way will likely want to use a non-Qlik IDE, and the top winners seems to be VS Code so not sure if R&amp;amp;D would invest time in in-built tooling.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 06:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Favourite-editor/m-p/1702255#M53787</guid>
      <dc:creator>AndrewMcIlwrick</dc:creator>
      <dc:date>2020-05-15T06:30:11Z</dc:date>
    </item>
  </channel>
</rss>

