473,382 Members | 1,425 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Is there any tools let me to build snippets?

ABC
Is there any tools let me to build interaction snippets? for example, I
want a interaction snippet for properties codes, it should let me select
readonly, public, private, and type in variable name, then generating
properties codes.
Nov 17 '05 #1
3 1146
Is this the kinda of thing you wanted

http://www.sliver.com/dotnet/SnippetCompiler/

HTH

Ollie Riches
"ABC" <abc.abc.com> wrote in message
news:uT**************@TK2MSFTNGP10.phx.gbl...
Is there any tools let me to build interaction snippets? for example, I
want a interaction snippet for properties codes, it should let me select
readonly, public, private, and type in variable name, then generating
properties codes.

Nov 17 '05 #2
ABC
I don't know how to apply SnipperCompiler. I think I need a wizard which
popup dialog to let me fill property name, data type to be return, flags and
access type. I provides like-template as:

Private _<PropertyName> as <DataType>
[Private|Public|Protected] (Readonly?) Property <PropertyName> As <DataType>
Get
Return _<PropertyName>
End Get
(Readonly=False:Begin)
Set(ByVal value As <DataType>)
_<PropertyName> = value
End Set
(Readonly=False:End)
End Property

"Ollie Riches" <ol**********@phoneanalyser.net> wrote in message
news:eE**************@TK2MSFTNGP14.phx.gbl...
Is this the kinda of thing you wanted

http://www.sliver.com/dotnet/SnippetCompiler/

HTH

Ollie Riches
"ABC" <abc.abc.com> wrote in message
news:uT**************@TK2MSFTNGP10.phx.gbl...
Is there any tools let me to build interaction snippets? for example, I
want a interaction snippet for properties codes, it should let me select
readonly, public, private, and type in variable name, then generating
properties codes.


Nov 17 '05 #3
ABC wrote:
I don't know how to apply SnipperCompiler. I think I need a wizard
which popup dialog to let me fill property name, data type to be
return, flags and access type. I provides like-template as:

Private _<PropertyName> as <DataType>
[Private|Public|Protected] (Readonly?) Property <PropertyName> As
<DataType> Get
Return _<PropertyName>
End Get
(Readonly=False:Begin)
Set(ByVal value As <DataType>)
_<PropertyName> = value
End Set
(Readonly=False:End)
End Property


Try taking a look at:

http://www.devprojects.net/autocode20.aspx

It does pretty much what you want.
--
Thomas Due
Posted with XanaNews version 1.17.6.4

"A military operation involves deception. Even though you are
competent, appear to be incompetent. Though effective, appear
to be ineffective."
-- Sun-tzu, The Art of War. Strategic Assessments
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: grz02 | last post by:
Hi, Im an experienced database+software designer and developer, but, unfortunately, anything to do with web-programming and web-systems designs is still a pretty new area to me... (been working...
4
by: e-mid | last post by:
i am looking for free UML tools? if you know a good one, let me know! thnkz..
7
by: Peter Smirnov | last post by:
Sorry for this newbie question but as far as I heard one need at least VisualStudio to develop CSharp applications. Is this correct? Are there otherwise some command line tools like javac.exe and...
7
by: Randy Yates | last post by:
This has probably been asked before so please be gracious. I have looked on the postgres site and didn't find anything "satisfying." Is there *good* overview of postgres and associated...
5
by: clsmith66 | last post by:
I've been asked to find out if a project is possible, but I'm not having much luck finding the information I need, I hope some one can help. I need to see if I can build a windows service on the...
4
by: Michael | last post by:
Hi! (OK, slightly silly subject line :) I'm extremely pleased to say - Kamaelia 0.4.0 has been released! What's New & Changed? =====================
4
by: Bruce One | last post by:
Fellows, Does anyone know tools (for free :) ) that do something like Refactor and CodeRush (DevExpress) do ?
1
by: AlexZh | last post by:
Hi, I'd like to stop command line build by one project build failed. To do that I've created simple AddIn (see code below), that works fine for IDE and does not work for command line. In the AddIn...
4
by: Joy M | last post by:
Hi - On page 78 of the book Build a program Now! Microsoft Visual Basic 2005 Express Edition I was following the instructions, the book told me to insert code using code snippets. However...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.