You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepSeek R1 suggestino: To capture and store the actual line numbers of the selected code in your plugin, follow these steps:
Define Keys for Line Numbers:
Add new keys in AddSnippetAction to store the start and end line numbers.
Modify Method Parameters:
Update the createAndAddVirtualFile method to accept an Editor instance instead of SelectionModel for better access to the document.
Calculate Line Numbers:
Use the editor's Document to convert selection offsets to line numbers.
Store Line Numbers:
Save the calculated line numbers in the virtual file's user data.
if i add lines with cmd + i, i would like to see which lines are currently covered, like 34:55 or similar, like supermaven does that probably
genie:
supermaven:
The text was updated successfully, but these errors were encountered: