Previously discussed questions and issues that explain important decisions are now accessible right where you need them, when you need them. Just click on the codemark to expand it and see how something works or why something was done a certain way.
Codemarks evolve as your code evolves.
Codemarks stick the code they refer to even as your codebase changes over time. They also work across branches. Nope, it's not magic. But close.
Use Tags to Organize your Knowledge Base
Every codemark can be tagged. Highlight potential "Tech Debt" as you discover it. Create an "Onboarding" guide for new developers to step through and review key sections of your codebase. Flag everything associated with a big refactor for easy navigation or reference in the future.
Powerful Search and Filter
While the in-line presentation of codemarks provide uber-efficient accessibility to knowledge about the code you're working on, with a growing knowledge base you'll increasingly want to look something up. CodeStream also provides search and filter tools to help you find those discussions, even those you weren't part of.