Questions tagged [tooling]
77 questions
68
votes
3 answers
New "use HTML5 semantic markup" option on File > New MVC 3 project
Some days ago I installed the ASP.NET MVC 3 Tools Update for Visual Studio 2010.
Just now I went to create a new ASP.NET MVC 3 application and I see that there's a new option on the New ASP.NET MVC 3 Project dialog:
use HTML5 semantic…

Sergi Papaseit
- 15,999
- 16
- 67
- 101
36
votes
12 answers
What Tools and Extensions are Critical for Magento Development?
We're building a nice little community of Magento experts here. I'm curious what Magento extensions and other software tools (IDEs, editors, etc.) everyone is using to help with their development projects?
Both free and commercial tools are more…

Alana Storm
- 164,128
- 91
- 395
- 599
34
votes
4 answers
What are npm, bower, gulp, Yeoman, and grunt good for?
I'm a backend developer, and slightly confused by npm, bower, gulp, grunt, and Yeoman. Whenever I ask someone what their purpose is, the answer tends to boil down to dependency manager - for all of them. Surely, we don't need four different tools…

Christian
- 6,070
- 11
- 53
- 103
23
votes
12 answers
Tool for posting test messages onto a JMS queue?
Can anyone recommend a tool for quickly posting test messages onto a JMS queue?
Description:
The tool should allow the user to enter some data, perhaps an XML
payload, and then submit it to a queue.
I should be able to test consumer without…

ryan
- 5,039
- 13
- 35
- 42
13
votes
6 answers
How to create a terminal with a horizontal split in visual studio code
This seems quite basic, but I can only seem to create vertical splits in vs code, and would like to be able to create horizontal but don't know what the command is to do so.
I have tried looking through the commands prefixed with Terminal: , but…

baxx
- 3,956
- 6
- 37
- 75
10
votes
2 answers
How to pack command line tools with NuGet?
This is sort of a use-case. Not sure if NuGet was originally created for this so I can imagine that the consensus will be that I should not do what I'd like.
Goal:
Package and distribute simple console applications as tools for other projects. I…

Daniel VH
- 101
- 1
- 5
8
votes
3 answers
how to search for OCaml functions by name and type
In Haskell, there are two main ways to look up information on functions.
Sites like Hoogle and Stackage. These sites provide two main types of searching:
Searching for the name of a function. For example, here is a search on Hoogle for a…

illabout
- 3,517
- 1
- 18
- 39
7
votes
7 answers
Critical tools that every Java Developer should have in his toolbelt?
I was trying to compile a list of tools that a good Java Developer should be know of, and keep in his Developer Tool Belt
I can think of a few
Eclipse Development Environment - There are other IDEs, but you should know how Eclipse of eclipse.
JUnit…

Timur Fanshteyn
- 2,266
- 2
- 23
- 27
7
votes
1 answer
VS2012 ProjectTypeGuids Lost when opening after installing ASP.NET and Web Tools 2013.1
I've installed the "ASP.NET and Web Tools 2013.1" in my Visual Studio 2012.
I have a solution which has an ASP.NET MVC 4 project with the following project type guids:
{E3E379DF-F4C6-4180-9B81-6769533ABE47};
…

JotaBe
- 38,030
- 8
- 98
- 117
6
votes
3 answers
How to generate mediawiki-ready documentation from reflection and xml comments
Could someone suggest a good workflow that,
Independently on the number of
disparate tools that could be
required
and how much manual work would have
to be performed,
could allow me to incorporate my project documentation (reflection + xml…

Alexandre Bell
- 3,141
- 3
- 30
- 43
6
votes
4 answers
Why is linter not linting over the template in vue js?
I cannot get the linter to lint the template part of my .vue files. Do you have any input on what I need to change in my configurations?
Overall, I would like the linter to adjust something like this:
…

Dominik
- 397
- 1
- 3
- 16
5
votes
0 answers
How do I use git versioning of NPM dependencies, and still edit those dependencies locally?
I have multiple projects with multiple dependencies. Some of the projects share dependencies, so we have started using git versioning to allow us to update dependencies without breaking other projects.
I might have a structure like this:
Project A
…

superluminary
- 47,086
- 25
- 151
- 148
5
votes
0 answers
How to disable auto-compile on save in ASP.NET Core applications
I have ASP.NET Core application running on the full .NET framework. I use Visual Studio 2015 with Update 3 and VS 2015 Tooling Preview 2 for .NET Core 1.0.1. When I save some document in Visual Studio, compilation all of my projects starts. Is it…

Miroslav Holec
- 3,139
- 25
- 22
5
votes
1 answer
Salesforce Tooling API - Deactivate Trigger
I am attempting to deactivate triggers using the tooling API. I have successfully in a developer ORG. But was unable to do this in a real developer org. Is this a Salesforce tooling api bug?
Here is the basis of the algorithm,
Create a…

Justin Catterson
- 49
- 4
4
votes
1 answer
How can you use Reference Paths for multiple SCSS Files in Visual Studio, to utilize Intellisense, without having to add it to every file?
In Visual Studio you can include reference paths within your SASS/SCSS files using the following syntax within a .scss file:
///
This is very helpful for providing intellisense for SASS variables and mixins. Right now…

Paesano2000
- 313
- 2
- 16