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: