Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a warning if a route override isn't necessary #37

Open
bitspittle opened this issue Feb 7, 2024 · 0 comments
Open

Add a warning if a route override isn't necessary #37

bitspittle opened this issue Feb 7, 2024 · 0 comments
Labels
IDE: Action An IDE action (something a user might tie to a keyboard shortcut) IDE: Inspection Some information that should be surfaced to the user (tooltip, notification, lint warning)
Milestone

Comments

@bitspittle
Copy link
Contributor

// pages/SomeSlug.kt

@Page("some-slug") 

☝️ Should be @Page


// pages/someRoute

@file:PackageMapping("some-route")

☝️ File should be deleted.


// pages/SomeSlug.kt

@Page("{some-slug}")

☝️ Should be @Page("{}")


// pages/someRoute

@file:PackageMapping("{some-route}")

☝️ Should be @file:PackageMapping("{}")

@bitspittle bitspittle added IDE: Action An IDE action (something a user might tie to a keyboard shortcut) IDE: Inspection Some information that should be surfaced to the user (tooltip, notification, lint warning) labels Feb 7, 2024
@bitspittle bitspittle added this to the 1.0 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE: Action An IDE action (something a user might tie to a keyboard shortcut) IDE: Inspection Some information that should be surfaced to the user (tooltip, notification, lint warning)
Projects
None yet
Development

No branches or pull requests

1 participant