Jump to content

Recommended way to get Visual Studio intellisense for v1.12 while developing?


Sam Wood
 Share

Recommended Posts

The minified version of v1.11 keeps parameter names intact, which is very handy while developing. v1.12 is now uglified, so parameter names are no longer useful when examining the function signature.

 

Many js libraries I've used in the past include a map or non-minified version to use while developing. Is there something like that for Babylon? I can certainly examine the source on github when I want to know the order of parameters in a function, but that's slightly painful to do every time :).

Link to comment
Share on other sites

Noticed that yes, parameters are being mangled to reduce minified size  :) .  More than just auto completion might be affected though.  I remember I published a Java multi-line converter tool earlier.  The response I got was:  there are pretty print buttons in browsers.  Just wonder how difficult this is going to fixing bugs in application code?

 

Is a babylon-debug.js file easily doable? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...