How can i customize visual studio online bug template? - azure-devops

I want to customize bug template by add some field and change selection values, but I does find any documents about this, so is it supported? or how can I do this?

No, that is not currently supported... But...
Visual Studio Online Process Customization is on the Microsoft's roadmap. Check the article: http://blogs.msdn.com/b/visualstudioalm/archive/2015/05/05/visual-studio-online-process-customization.aspx

Related

Is there a plugin for VSCode for setting images into code comments?

Is there a plugin for VSCode for setting images into code comments? Like this https://github.com/lukesdm/image-comments for Visual Studio or this https://marketplace.visualstudio.com/items?itemName=MsBishop.ImageComments&ssr=false#overview. If don't how I can do it by myself?
Technically it's possible but the author of the extension won't be able to publish it to marketplace since the api is in a proposed state:
https://github.com/microsoft/vscode/issues/85682
There are several.
CodeRush is one from DevExpress:
https://docs.devexpress.com/CodeRushForRoslyn/120417/visualization-tools/rich-comments
I think Resharper (JetBrains) has one too.

What is the name of this theme for vscode?

I came across this picture in June 2020 (v1.47) Visual Studio Code update notes.
I tried to search for this theme, but did not find anything like it.
I think it might be the standard look and feel of Visual Studio Code on some Linux distribution (like Manjaro or other).
I was also looking for it. I found it:
Github sharp theme.
You can find it here:
https://marketplace.visualstudio.com/items?itemName=joaomoreno.github-sharp-theme

Is it possible to format code in Visual Studio Team Services

Is there a means to format code snippets in any way, ideally a Markdown like syntax, in Visual Studio Team Services (formerly Visual Studio Online)?
Using italics just doesn't sit right with me.
You can copy/paste formatted code from a html view. For example Google docs with the "Code pretty" AddOn or an online tool like http://www.manoli.net/csharpformat/
This way you can also change font size, family and color if you need. It looks like
No, there is no way to achieve this feature. And there is already a feature request submitted for this on VSTS User Voice. You can vote it up here: Support markdown as an alternative to html for workitems.
Just found this extension from the feature request #eddie linked.
Markdown
Markdown is a custom work item form control, that allows you to edit the rich text fields on your work items with a Markdown enabled editor.

How to change all occurrences of variable name in Visual Studio Code for PHP?

I have tried Ctrl + F12 but it does not really work. It does not select $this-> for some reasons. Does anyone here know, how to do it?
Thanks in advance
Currently, Visual Studio Code's support for PHP is limited (see here), and I was unable to locate a PHP language service extension for Visual Studio Code (you're welcome to look, too).
Visual Studio Code currently only comes bundled with language services for JavaScript and TypeScript.
According to Visual Studio Code's documentation, a language service is defined as follows:
Language services provide the code understanding necessary for features like IntelliSense (suggestions) and smart code navigation (Go to Definition, Find All References, Rename Symbol).
You can try the regular search and replace CTRL+SHIFT+H. VS Code provides preview for all planned replacements so it is done not that bad as you would expect.
This question is a bit old but, for anyone who stumbled upon here,
You could use PHP Refactor Tool extension: https://marketplace.visualstudio.com/items?itemName=st-pham.php-refactor-tool
note that this extension dependent on PHP intelephense: https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client

As-you-type spell-checking for VS2012

After Google I couldn't find As-you-type spell-checking for VS2012.
I have used one for VS210. I don't remember name of it which was quite useful to avoid spell mistakes in Aspx/razor Views
Does anyone know any free plugin,extension for VS2012?
Here's a spell checker you might try for VS 2012. You could download it from the Visual Studio Extensions Gallery.