codecrumbs
codecrumbs copied to clipboard
Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
``` internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module 'fs-readdir-recursive' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/home/t.kohler/.config/yarn/global/node_modules/codecrumbs/src/server/code-parse/language/php/namespaces.js:1:26) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js...
I struggle to make codecrumbs working for Typescript project I working on. Any suggestion what should I do to be able to use codecrumbs for a project?
This adds support for Rust by copying the config for C++. The comments in Rust start with `//`. There are also doc comments `///` and `//!`, as well as multiline...
Now it's working fine.  
Environment: Windows 10 with WSL2. codecrumbs installed in WSL2 OS. How to reproduce: - start codecrumbs in wsl console - open browser and go to localhost:2018 (in Windows) After that...
- [x] Added test:e2e script to package.json - [x] Added page-objects dir to tests/e2e/ and created a page-model. (In Progress) - [x] Added tests to cover some user-flows. (In Progress)
Finally go to trying this out last Friday and the navigation in vscode using `-i code` didnt work. I notice today you have removed this '-i code' documenation in last...