This extension displays CodeLenses inline, at the end of the line, providing a less intrusive way to view code information.
- Displays CodeLenses inline.
- When the built-in
editor.codeLensis enabled, it prompts the user to disable it for a better experience. - Customizable limit for the number of CodeLenses to display.
- Debounce mechanism to improve performance on document changes.
- Customizable font decoration for the CodeLenses.
This extension contributes the following settings:
inline-codelens.limit: The maximum number of CodeLenses to show. Set to-1for no limit.inline-codelens.debounceDelay: The debounce delay in milliseconds for refreshing CodeLenses on document change.inline-codelens.fontDecoration: The CSS text decoration to apply to the inline CodeLenses.inline-codelens.provider: The provider to use for displaying inline CodeLenses. Can beDecorationsorInlay Hints.
See the CHANGELOG.md file for details on each release.
Enjoy!
Icon generated by "Imagen" AI model by Google.
