SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Features and/or Improvements => Topic started by: Dennis on January 27, 2025, 01:43:40 PM

Title: F1 help AI query in comment
Post by: Dennis on January 27, 2025, 01:43:40 PM
It would be a nice little shortcut for F1 help to check if the cursor is in a comment and then just take the entire text from the line and search it, along with the current language name, or better yet, have a separate URL for free text code queries.

Python example:
Code: [Select]
# Create a 3D transform matrix      << F1 here

Would search in the web browser for "python Create a 3D transform matrix"