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
I think when using label bookmarks, a default label string hint can be automatically generated based on the class name with current method name. This can reduce the time users need to think about naming.
Also, Maybe the naming inputbox can hover near the cursor? I think the inputbox at the top is a bit far away.
The text was updated successfully, but these errors were encountered:
If you use to put the cursor in the class or method name, you can play with the bookmarks.label.suggestion setting, and make the extension to use the selected text as the label of the bookmark.
The bookmark uses a position based approach. It is not aware of the (structure of the) source code you are working. You can have as many bookmarks as you want inside a class / function.
About using an input box near the code, it is currently not possible. There is no API available for that, yet. But I guess it could be available in the near future.
I think when using label bookmarks, a default label string hint can be automatically generated based on the class name with current method name. This can reduce the time users need to think about naming.
Also, Maybe the naming inputbox can hover near the cursor? I think the inputbox at the top is a bit far away.
The text was updated successfully, but these errors were encountered: