When typing code, I really like the intellisense feature of Visual Studio 2010 (Professional), especially that I am able to look up XML comments of types in use. (See Documentation from Microsoft). This works so far. However, the remarks section of…
I'm writing a powershell module in c# that's comprised of a bunch of powershell cmdlets.
for example:
get-application
When I declare the class
[Cmdlet(VerbsCommon.Get, "Application")]
public class GetApplication : PSCmdlet
I can do things…
I'm trying to include a URL in my remarks as shown in the example below. This causes StyleCop to report a warning based on rule SA1650 (misspelled word in remarks), which for our purposes can't be suppressed (by policy). This warning is no…
I'm using a SQL Server database, my INFORMATION_SCHEMA doesn't contain TABLE or COLUMN comments, I want to add these to a generated output.
So far I've been able to generate a html using a custom query that queries sys.extended_properties, but this…
Visual Studio 2017: I created a Windows project (Windows desktop wizard -> Windows App(Empty)).
Set MFC to use MFC in a shared DLL. Included .
And got a plenty of remarks in error list.
Image
Code is here:
#include
class CMyWnd…
I searche the internet but could not find a solution to my problem: I am passing a set of parameters to a Sub where some of them are optional, i.e. I am leaving the position blank. In order to make the code readable and to know later on what I have…
I use remark to make html slides from markdown code in vim.
Remark requires to use an html template containing both html and markdown code in it.
How can I make vim use both html and markdown syntax highlighting on the same html file?
I know how xcopy works, but is it possible to add comments to your exclude files? Something like this:
.pdb
.xml
.config
Some.dll /* excluded because ... */
I'm relatively new to doxygen, having preferred Javadocs (when I was writing more Java) and regular word processing tools (when I was working for IBM).
My comment style is to include a lot of running narrative interspersed throughout the code base…
When I run the sp_tables I see a remark field. I know in other SQL programs, I can comment on table, but that's not working in MS SQL Server. I have tried looking this up, but I'm not getting anywhere. I was hoping to be able to use this feature…
I am writing PowerShell Cmdlets using the PSCmdlet class in C#.
[Cmdlet(VerbsCommon.Get, "Employee")]
public class GetEmployee : PSCmdlet
I want to provide more information in Remarks, Description, Synopsis section of Get-Help Get-Employee
Anyone…
Using the SOAP API how can I write the cross or lorraine into a remark using AddRemarkLLSRQ?
I have tried using the ascii code but have had no luck
The request is
…