diff --git a/docs/code-reviews/tools.md b/docs/code-reviews/tools.md index f52e0fd07f..3b9c6e7491 100644 --- a/docs/code-reviews/tools.md +++ b/docs/code-reviews/tools.md @@ -60,3 +60,15 @@ Work with pull requests on Azure DevOps directly out of Visual Studio. 1. Double-click a pull request - the **Pull Request Details** open 1. Click on **Checkout** if you want to have the full change locally and have a more integrated experience 1. Go through the changes and make comments + +## Web + +### Reviewable: [Seamless multi-round GitHub reviews](https://home.reviewable.io/) + +Supports multi-round GitHub code reviews, with keyboard shortcuts and more. VS Code extension is in-progress. + +1. Visit the [Review Dashboard](https://reviewable.io/reviews) to see reviews awaiting your action, that have new comments for you, and more. +1. Select a Pull Request from that list. +1. Open any file in your browser, in Visual Studio Code, or any editor you've configured by clicking on your profile photo in the top-right +1. Select an editor under "External editor link template". VS Code is an option, but so is any editor that supports URI's. +1. Review the diff on an overall or per-file basis, leaving comments, code suggestions, and more diff --git a/docs/observability/profiling.md b/docs/observability/profiling.md index dfad9eccc2..63e841e496 100644 --- a/docs/observability/profiling.md +++ b/docs/observability/profiling.md @@ -19,6 +19,5 @@ Unfortunately, each profiler tool typically uses its own format for storing prof - (Java, Go, Python, Ruby, eBPF) [Pyroscope](https://github.com/pyroscope-io/pyroscope) continuous profiling out of the box. - (Java and Go) [Flame](https://github.com/VerizonMedia/kubectl-flame) - profiling containers in Kubernetes - (Java, Python, Go) [Datadog Continuous profiler](https://www.datadoghq.com/product/code-profiling/) -- (Java, Python, Go, Node.js) [Instana](https://www.instana.com/blog/instana-announces-the-industrys-first-commercial-continuous-production-profiler/) - (Go) [profefe](https://github.com/profefe/profefe), which builds `pprof` to provide continuous profiling - (Java) [Eclipse Memory Analyzer](https://www.eclipse.org/mat/)