// The module 'vscode' contains the VS Code extensibility API// Import the module and reference it with the alias vscode in your code belowimport*as vscodefrom'vscode';// This method is called when your extension is activated// Your extension is activated the very first time the command is...
due to the comment toggling code skipping whitespace indentation https://github.com/microsoft/vscode/blob/main/src/vs/editor/contrib/comment/browser/lineCommentCommand.ts Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
[Tip: C# commenting]Comment in C# for VS there are three types of commenting syntax in C#:multiline, single line, and XML. XML Documentation Comments In addition to providing code commenting, an XML documentation comment supports tools that extract comments into an external XML document. This X...
I was exploring ways to improve the PR experience in VS Code and one of the ideas involved updating the glyph area for comments. Currently we show a gray bar and a unicode + and ♦ that don't look very pretty. Current Proposal A couple of things I explored: Moving glyph area to ...
ASPX vs. HTML Pages Aspx.cs got corrupt, how to Recover? Aspx.designer.cs Assign a Column name from a dataTable to a table header cell in a table control assign html text box value from code behind using c# Assigning null to an array if array is empty Asynchronous operations are not ...
If you follow the guidelines discussed in Using a Naming Convention and Structuring and Formatting Your Code, you are using a naming convention that identifies objects, variables, constants, and procedures, and you are using a prefix to indicate each variable's data type and scope. In addition ...
Pointer vs variable in class Pulling ca.org1.example.com (hyperledger/fabric-ca:-1.0.4)... ERROR: invalid tag format ASPNET MVC 5 Html helper Action method view results input id missing (sometimes..) Possible Bug? How to find biggest out of four integers?
Programming reflects your way of thinking in order to describe the single steps that you took to solve a problem using a computer. Commenting your code helps ex...
Reviewing the whole repo in one go will be a huge task and smaller items makes it easier to get a sense of the whole. Since you all are experts in your own code and how it's architectured, it would help to have you all lead splitting and integrating it. In terms of general next ...
Also, someone who has worked on that part of the Editor might solve the problem in a day or two, while someone like me who has never seen any VS code might take forever. Being that the case, I feel it is cheap from Microsoft to suggest I should fix it myself. Contributor CyrusNajm...