Rexx Tool To Check Coding Standards Tools

Posted : admin On 03.09.2019
Rexx Tool To Check Coding Standards Tools Average ratng: 3,8/5 502 reviews

Jan 03, 2018  Re: REXX tool to check JCL. In the listed code, there is a character that didn't translate correctly, but shows as you'll see in this example: IF FLAGDN 0 ³ FLAGX 0 ³ FLAGD 0 THEN. You'll see it shows as an A with a mark over the letter and a factor of 3 showing. Object Rexx has no equivalent standard, but here is what is included in Open Object Rexx- Open Object Rexx- List of classes and methods, from H. Fosdick Go to the section with full Open Object Rexx documentation. Rexx is an excellent language for writing portable code, programs that run on various platforms. Even highly portable languages, however, face certain system-dependent issues.

  1. Rexx Tool To Check Coding Standards Tools And Supplies

C# Coding Standards Tool closed This would include checking the indention, spacing,line spacing, casing of function names or variables, check if pascal case or camel case, etc. Anything which relates to coding convention. And of course we are allowed to set these. And if possible we can save this settings to be imported for other projects.

Active9 years, 11 months ago

Is there a Visual Studio plug-n or add-in which allows you to check code formats and conventions. This would include checking the indention, spacing,line spacing, casing of function names or variables, check if pascal case or camel case, etc. Anything which relates to coding convention. And of course we are allowed to set these. And if possible we can save this settings to be imported for other projects.

It would also be nice if it puts a warning or something on the visual studio editor(e.g. highlighting the line statement) or on the VS console if there are any violations on the convention.

I found Code Style Enforcer and this could have been fine but this needs DXCore from devexpress which is for sale or for a 30-day trial. I need a free add-in. Tnx.. :D

cedriccedric
1,37214 gold badges42 silver badges62 bronze badges

closed as not constructive by Bobby, Michael Edenfield, glomad, user27343, ThorJan 31 '13 at 14:11

Rexx Tool To Check Coding Standards Tools And Supplies

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. If this question can be reworded to fit the rules in the help center, please edit the question.

7 Answers

It sounds like you're looking for StyleCop and/or FxCop.

LukeHLukeH
216k47 gold badges318 silver badges387 bronze badges
Adriaan StanderAdriaan Stander
137k25 gold badges249 silver badges264 bronze badges

The StyleCop plugin for ReSharper is free, however ReSharper is not. If you've already got ReSharper, happy hunting. If you don't, you really should. =)

You want the plugin if you want active syntax highlighting instead of post-build analysis.

J. SteenJ. Steen
10.6k12 gold badges50 silver badges62 bronze badges

The more expensive editions of Visual Studio 2008 include Code Analysis, which is essentially FxCop built into the IDE. You can check if you have it because a 'Code Analysis' tab appears on the project properties. If you don't have it then I back the recommendation to try FxCop, although I'm not sure if it will be maintained in the future.

PolyfunPolyfun
7,8344 gold badges27 silver badges38 bronze badges

You're looking for FXCop, a free tool from Microsoft:

jristajristaRexx
27.8k10 gold badges79 silver badges123 bronze badges
Tools

StyleCop along with StyleFix and GhostDoc make a great 'FREEsome threesome'.

I've heard of CodeStyleEnforcer but haven't tried it.. Yet. (Downloading now)

Brad BruceBrad Bruce
6,4213 gold badges33 silver badges56 bronze badges

Havit 150mbps wireless usb adapter driver. There's also Regionerate which does the same thing as FxCop, but it's free.

BobbyBobby
9,8925 gold badges38 silver badges67 bronze badges

Not the answer you're looking for? Browse other questions tagged c#convention or ask your own question.