Craig Deelsnyder (Deelsnyder)

templates - surroud with selection only

Please add a 'variable' within code templates to act on the selection only. Something like $SELECTION.

My use case: I needed to clean up some non-validating JSON, and essentially add double-quotes around the names. Here is my sample JSON:
var s = { one: 1, two: 2, three: 3}

And my surround with template def:
"$STATEMENT_SELECTION$|"

If I highlight the word 'one' above and run the template, it puts quotes around the entire statement.
"var s = { one: 1, two: 2, three: 3}"

what I want is:
var s = { "one": 1, two: 2, three: 3}

I think it'd be helpful to add such capability to a future release, similar to competing product(s).
Feature Request by Craig Deelsnyder (Deelsnyder) Status: New Comments: 2 Last update: 23 May 2013, 08:43 by Zdravko Branzov (ZdravkoBranzov)
0
Tomi Junnila (Junnila)

Remove trailing whitespace

Add a Code Style option to remove trailing whitespace in (C#/...) files.
Idea by Tomi Junnila (Junnila) Status: New Comments: 0 Last update: 22 May 2013, 22:44 by Tomi Junnila (Junnila)
0
Michael Eaton (meaton)

spell check comments and strings

At least one other popular Visual Studio productivity tool has built-in spell checking for comments and strings.

I'd love to see this feature in JustCode.
Feature Request by Michael Eaton (meaton) Status: New Comments: 0 Last update: 22 May 2013, 21:54 by Michael Eaton (meaton)
0
Steve McNiven-Scott (Steve McNiven-Scott)

Allow numbers in template alias

I need to be able to put numbers in my template aliases

Like I want
sfcols100
sfcols25x75
sfcols33x33x33
etc...
Feature Request by Steve McNiven-Scott (Steve McNiven-Scott) Status: In Development Comments: 0 Last update: 22 May 2013, 13:10 by Zdravko Branzov (ZdravkoBranzov)
0
Michael Eaton (meaton)

Choose where to put code when generated from refactoring

if I have:

public string Foo { get;set; }

and I select "Convert to property with backing field", the new property is created, but the private variable declaration is at the top of the class, not with the newly generated property.

I'd like an overall JustCode option that lets me keep the private variable declaration *with* the property.

Options could be: "Top of the class" and "With generated property"
Feature Request by Michael Eaton (meaton) Status: New Comments: 0 Last update: 20 May 2013, 17:21 by Michael Eaton (meaton)
0
Chad England (England)

unit testing continuous testing on change

Would like to see JustCode's test runner add in a feature to continuously run unit test on code modification (example ncrunch)
Feature Request by Chad England (England) Status: New Comments: 1 Last update: 15 May 2013, 17:44 by Jacob Rillema (Rillema)
0
Steve McNiven-Scott (Steve McNiven-Scott)

New Template Engine

Here's what other people get:
https://www.youtube.com/watch?v=apIu9_tQavg
http://community.devexpress.com/blogs/rorybecker/archive/2010/11/04/coderush-templates-the-templates-options-page.aspx
(UI might be a bit dated, teleriks wpf dialogs are nicer)

...we get a plain textbox :/

- Better organization for many templates
- Preview Window
- Syntax Highlighting
- Aliases
- List of special codes to use and insert
- etc etc...

What we have now feels like an afterthought "Oh we need templates"...you guys know you can do way better, lets finally spend some time and do this right.
Feature Request by Steve McNiven-Scott (Steve McNiven-Scott) Status: New Comments: 0 Last update: 15 May 2013, 14:05 by Steve McNiven-Scott (Steve McNiven-Scott)
0
Steve McNiven-Scott (Steve McNiven-Scott)

Better Quote Insert Logic

JustCode has always been horrible predicting where to put quotes

Example (C#)...pipe represents cursor

link.Text = String.Format(|<span>{0}</span>");

So in the above line justcode knows it's an invalid expression...it's highlighted in red.

So if I put in a DblQuote where the cursor is

link.Text = String.Format(""|<span>{0}</span>");

...it gives me 2, thus totaling the quotes on the line to 3, making the line STILL invalid.

Why does JC think this is what I want??!!...all I have to do is press delete right, well who want's to have to do that! You've actually made the VS editing experience worse because I now need to type 2 keys instead of 1...and this assumes you don't accidentally hit backspace which removes both quotes so you have to do it all again.
Problem by Steve McNiven-Scott (Steve McNiven-Scott) Status: New Comments: 0 Last update: 15 May 2013, 13:39 by Steve McNiven-Scott (Steve McNiven-Scott)
0
Vladimir Dragoev (VladimirDragoev)

JustCode Error Description Grouping

My developers think that “Ctrl-C / Ctrl-V” is real code reuse. This means that I could have 50 occurrences or more of the same error in a single code base. I’d like to see a way to group all of the duplicate descriptions and be able to collapse them into a single entry that can be expanded. Perhaps, the collapsed group could show a count of errors with the EXACT same error message.
Feature Request by Vladimir Dragoev (VladimirDragoev) Status: New Comments: 0 Last update: 14 May 2013, 14:59 by Vladimir Dragoev (VladimirDragoev)
0
Vladimir Dragoev (VladimirDragoev)

Be able to create a master set of errors and warnings and be able to distribute those freely among my colleagues

What I mean by this is the ability for myself and our other architects to set a list of standards and error levels and then distribute these rules to all of our development staff. Currently, I can set the errors and warnings project by project and check those into source control. I would rather create a master set of errors and warnings and be able to distribute those freely among my staff of developers. I have “hacked” together a very manual way of doing it for now but I believe that a more robust solution could be created.
Feature Request by Vladimir Dragoev (VladimirDragoev) Status: New Comments: 0 Last update: 14 May 2013, 14:57 by Vladimir Dragoev (VladimirDragoev)
0
Displaying items 1 - 10 of 110