-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: codingseb/CSharpRegexTools4Npp
base: master
head repository: codingseb/CSharpRegexTools4Npp
compare: intellisense
- 11 commits
- 9 files changed
- 2 contributors
Commits on Mar 31, 2025
-
feat: working intellisense with special regions
Sébastien Geiser authored and Sébastien Geiser committedMar 31, 2025 Configuration menu - View commit details
-
Copy full SHA for fd803c2 - Browse repository at this point
Copy the full SHA fd803c2View commit details -
fix: stucked TextSource RadioButton
Sébastien Geiser authored and Sébastien Geiser committedMar 31, 2025 Configuration menu - View commit details
-
Copy full SHA for c188b0c - Browse repository at this point
Copy the full SHA c188b0cView commit details -
fix: autocomplete position calc exception
Sébastien Geiser authored and Sébastien Geiser committedMar 31, 2025 Configuration menu - View commit details
-
Copy full SHA for 51cb48a - Browse repository at this point
Copy the full SHA 51cb48aView commit details -
feat: add first autocompletion on C#SCript text source
Sébastien Geiser authored and Sébastien Geiser committedMar 31, 2025 Configuration menu - View commit details
-
Copy full SHA for 06f8222 - Browse repository at this point
Copy the full SHA 06f8222View commit details
Commits on Apr 1, 2025
-
Implements signature help functionality
Adds signature help using Roslyn to provide contextual information about method parameters and overloads as the user types. This includes creating a tooltip that displays the method signature, highlights the current parameter, and provides documentation. Also enables navigation between method overloads using arrow keys.
Sébastien Geiser authored and Sébastien Geiser committedApr 1, 2025 Configuration menu - View commit details
-
Copy full SHA for 633729a - Browse repository at this point
Copy the full SHA 633729aView commit details -
Improves code completion and signature help
Adds caching for completion item images to improve performance. Automatically adds parentheses for method and extension completions. Closes completion window only for truly invalid identifier characters. Displays signature help when typing '(' or ','.
Sébastien Geiser authored and Sébastien Geiser committedApr 1, 2025 Configuration menu - View commit details
-
Copy full SHA for f5cd08b - Browse repository at this point
Copy the full SHA f5cd08bView commit details -
Moves attached behavior to extension class
Separates the attached behavior logic into a dedicated extension class for better organization and clarity. This enhances code maintainability and promotes reusability of the attached behavior functionality.
Configuration menu - View commit details
-
Copy full SHA for b1ae5ad - Browse repository at this point
Copy the full SHA b1ae5adView commit details -
Disables debug mode in Roslyn completion and signature help behaviors. This improves performance in production environments by removing unnecessary debugging overhead.
Configuration menu - View commit details
-
Copy full SHA for fff13f7 - Browse repository at this point
Copy the full SHA fff13f7View commit details
Commits on Apr 7, 2025
-
Removes unnecessary line break
Removes an unnecessary line break in the GetSignatureHelpItemsAsync method declaration for improved code readability.
Sébastien Geiser authored and Sébastien Geiser committedApr 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 6a9df52 - Browse repository at this point
Copy the full SHA 6a9df52View commit details
Commits on May 5, 2025
-
Merge branch 'master' into intellisense
Sébastien Geiser authored and Sébastien Geiser committedMay 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 7240362 - Browse repository at this point
Copy the full SHA 7240362View commit details
Commits on May 6, 2025
-
Merge branch 'master' into intellisense
Sébastien Geiser authored and Sébastien Geiser committedMay 6, 2025 Configuration menu - View commit details
-
Copy full SHA for cc40793 - Browse repository at this point
Copy the full SHA cc40793View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...intellisense