display nextjs route pathname corresponding to active file in status bar.
在状态栏显示当前文件的 next 路由路径。
-
According to App Router,display pathname corresponding to the current file in status bar.
根据 next 的 App Router 规则,在状态栏显示当前文件的 pathname。 -
Copy url to clipboard when click the status bar item.
点击状态栏项,将 url 复制到剪切板。
NextRoutePath.baseUrl
: Specifies the base URL of your project."NextRoutePath.baseUrl": "http://localhost:3000"
only works on nextjs project
extension becomes activated automatically when: workspace contains next.config.*
仅在 nextjs 项目下生效,当工作区中包含 next.config.*
时启用
Enjoy!