Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/DevelopmentCenter/VSCodeSnippets


Ignore:
Timestamp:
11/09/10 17:02:45 (13 years ago)
Author:
abeham
Comment:

changed information on the snippets

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/VSCodeSnippets

    v2 v3  
    1 Here you can find several visual studio code snippets that might be helpful when programming for HeuristicLab.
    2 They are tested in Visual Studio 2010.
     1Here you can find information on several visual studio code snippets that might be helpful when programming for HeuristicLab. The snippets are available for download under [https://dev.heuristiclab.com/trac/hl/core/browser/trunk/tools/HL3Snippets trunk/tools/HL3Snippets] and are tested in Visual Studio 2010.
    32
    4 Download the files and place them into:[[BR]]
    5 '''<My Documents>\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets[[BR]]'''
    6 When you load Visual Studio these should be available.
     3When you have checked out the sources you can point Visual Studio 2010 to the snippets location and have them included automatically. You can do this by going to Tools > Code Snippet Manager and from the languages drop down box choose "Visual C#". Then choose "Add..." and select the folder where you have checked out the snippets.
     4
     5If you don't have a working copy of the source you can download the files from the link above and place them into:[[BR]]
     6<My Documents>\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets[[BR]]
     7
     8Updating the code snippets usually doesn't require a restart of Visual Studio. They should be available immediately.
    79
    810!IntelliSense automatically recognizes snippets, all the snippets have a shortcut prefixed with "hl3".