npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

sync-code-editor

v1.1.0

Published

同步您的设备上所有以 Visual Studio Code 为内核的编辑器配置

Readme

sync-code-editor

同步您的设备上所有以 Visual Studio Code 为内核的编辑器配置。

📋 功能特性

  • 一键同步多个 VS Code 内核编辑器的配置
  • 提供详细的同步结果报告
  • [ ] 编辑器管理
  • [ ] 配置项管理

🔧 支持的编辑器

  • Visual Studio Code
  • Cursor
  • Windsurf
  • Trae
  • Trae CN

⚙️ 支持的配置项

  • 编辑器设置 (settings.json)
  • 快捷键绑定 (keybindings.json)
  • 代码片段 (snippets/*)
  • [ ] 插件 (~/[编辑器路径]/extensions/*)

📦 安装

# 使用 npm 全局安装
npm install -g sync-code-editor

# 或者使用 yarn 全局安装
yarn global add sync-code-editor

🚀 使用方法

  1. 在终端中运行以下命令启动工具:

    sync-code-editor
  2. 按照提示选择源编辑器(从哪个编辑器复制配置)

  3. 选择要同步的配置项(使用空格键选择,回车键确认)

  4. 等待同步完成,查看同步结果报告

⚠️ 注意事项

  • 关于编辑器数据路径
    • 默认 macOS 系统上的编辑器数据路径为 ~/Library/Application Support/[编辑器路径]
    • 默认 Windows 系统上的编辑器数据路径为 %APPDATA%/[编辑器路径]~/AppData/Roaming/[编辑器路径]
    • 默认 Linux 系统上的编辑器数据路径为 ~/.config/[编辑器路径]
  • 如果您的编辑器数据路径不在以上默认路径中,请提 issue 或 PR 来添加对您系统的支持
  • 同步前请确保您对上述路径有读写权限
  • 同步操作会覆盖目标编辑器的现有配置,请确保在同步前备份重要配置