Skip to content

Instantly share code, notes, and snippets.

@kangax
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kangax/a02bcb082cd8a7d36d0a to your computer and use it in GitHub Desktop.
Save kangax/a02bcb082cd8a7d36d0a to your computer and use it in GitHub Desktop.
Chrome DevTools suggestions
  • Being able to edit JS source after prettifying #103143

  • Jump to function definition (or see prettifyed function definition) #248647

  • Better JS prettifying (e.g. newlines after ",") #383933

  • Cmd/Ctrl + P in sources to do fuzzy matching (e.g. "all js" doesn't find "all.js", like Sublime does) #383945

  • Smarter console auto-suggest

    • alert(console.<CURSOR_HERE>) doesn't show suggestions
    • contextual suggest (e.g. typing ret shouldn't suggest return in global code, where's it's illegal)
  • Indicate nodes from iframes with different color (or similar)

  • Indicate nodes w/o parents with different color (or similar)

  • Highlight lines in stacktraces on hover #248722

@addyosmani
Copy link

Thanks for filing crbugs to go along with these 👍

For the first one, I think you mean to link to https://code.google.com/p/chromium/issues/detail?id=84023 but I agree with most of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment