Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Not being prompted for substitution values

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
pjhunter Posted - Jan 02 2024 : 1:59:37 PM
All of a sudden I am not being prompted for substitution parameters when I insert a snippet. Not sure what is going on. I've inserted this snippet before, many times. Something has changed, I just don't know what.

Here is a snippet of my snippet:

using $CurrentClass$;
using static $EntityClass$.Entities;
using $DataModelClass$;
using $DataModelClass$.DataModelSupportClasses;
using System.Data;
using System.Xml.Linq;
using System.Runtime.Remoting.Messaging;
using System.Transactions;

	// Current Class:	$CurrentClass$		eg. PayrollProcesses
	// Entity Class:	$EntityClass$		eg. PayrollEntities
	// DataModel Class: $DataModelClass$	eg. PayrollDataModel
	// DataModel object:$DataModelObject$	eg. Employee
	// Utilities class:	$UtilitiesClass$	eg. PayrollUtilities
	// Entity PK:		$EntityPK$			eg. emp_pk

namespace $DataModelObject$.Accessors
{

1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 03 2024 : 08:33:42 AM
It looks like you have also emailed support, so I have replied there, mainly to keep the conversation just in one place, to make it a bit easier:

case=164033

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000