Code Monkey home page Code Monkey logo

Comments (4)

webpro avatar webpro commented on June 19, 2024

Do you mean that the output in the VS Code terminal can be collapsed if indented, or are you copying the contents into the VS Code editor manually? I guess the latter, just checking to be sure about expectations here.

from knip.

mathieucaroff avatar mathieucaroff commented on June 19, 2024

What I do is that I redirect knip's output to a file: npx knip > knip-output.txt and then open that file in VSCode. Copy-pasting the output of the command to VSCode could be complicated when there are so many lines of output that the terminal I'm using contains only the end of the output.

Here's an example of what I'd like the output to be:

Unused files (3)
  src/devtools/index.ts
  src/middleware/index.ts
  src/utils/index.ts
Unused devDependencies (2)
  @types/jest  package.json
  husky        package.json
Unused exports (5)
  default      unknown  config/preprocessor.js:3:17
  connect      unknown  src/devtools/devtoolsMiddleware.ts:145:29
  useStore     unknown  src/react/index.ts:7:37
  useSelector  unknown  src/react/index.ts:7:47
  useAction    unknown  src/react/index.ts:7:60
Unused exported types (11)
  ReduxAction              interface  src/devtools/devtoolsMiddleware.ts:13:18
  MessageState             interface  src/devtools/devtoolsMiddleware.ts:18:18
  Message                  interface  src/devtools/devtoolsMiddleware.ts:27:18
  NextAction               interface  src/devtools/devtoolsMiddleware.ts:3:18
  DevToolsStore            type       src/devtools/devtoolsMiddleware.ts:41:13
  DevTools                 interface  src/devtools/devtoolsMiddleware.ts:47:18
  Action                   interface  src/devtools/devtoolsMiddleware.ts:8:18
  ActionsObject            type       src/types/index.ts:12:13
  Actions                  type       src/types/index.ts:13:13
  BoundActions             type       src/types/index.ts:14:13
  FuncTypeWithoutFirstArg  type       src/types/index.ts:7:13
Unused exported class members (4)
  getChildContext    default  src/preact/components/Provider.tsx:7:3
  getChildContext    default  src/react/components/Provider.tsx:12:3
  childContextTypes  default  src/react/components/Provider.tsx:9:10
  contextTypes       Connect  src/react/components/connect.tsx:9:10

Making lines distinguishable would also simplify parsing the command output to perform post-processing. Ideally, we would have a JSON format output, but that would be another feature request which would also be very closes to the out-of-scope issue #41.

from knip.

webpro avatar webpro commented on June 19, 2024

Thanks for the feedback!

A JSON reporter already exists: https://knip.dev/features/reporters/

It's also possible to create a custom reporter to print exactly what you want.

Maybe I could add an --indent argument or something, I'll think about it.

from knip.

webpro avatar webpro commented on June 19, 2024

Gave it another thought and decided not to work on it myself now.

I would be happy to discuss/review a PR that introduces this. Knip supports custom reporters as well.

By the way, for you or future me: there's also https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines for expandable groups to do something similar in GitHub Actions.

Thanks for the input!

from knip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.