Releases: halirutan/Wolfram-Language-IntelliJ-Plugin-Archive
Releases · halirutan/Wolfram-Language-IntelliJ-Plugin-Archive
3.0beta1
3.0pre13: Fix local and global resolving
- Fix issue, where completion and resolving showed symbols that came from a completely different project. The reason was that GlobalSearchScope does not work as one would expect. This issue is fixed now and resolving of external symbols from other files or libraries should work correctly. - Fix for a minor issue in resolving patterns from Rule. In a_ -> a, the a_ should be green while the a is a global symbol - External Mathematica libraries are now regarded as "being compiled" to make navigation and resolving work correctly. You need to recreate your libraries in your project settings! - Fix local resolving of Condition expressions - Fix for the FullForm viewer
3.0pre12: Fix several issues
The FullForm creator had a bug with blanks which is fixed Small fix in hash of the package index Fix for wrong completions that came from a different project
3.0pre11
3.0pre10
3.0pre9
3.0pre8
3.0pre7: Improve unresolve-highlighting, resolving, and completion
* The file-indexer for libraries and packages will now recognize usage messages that are hidden inside an If[..] statement as this is sometimes used * The unresolved symbol annotation is a bit slower now but should pick up changes more consistently * Contexts of packages are now available for completion * Inside an empty (**) comment, it should now reliably work that sections and author, etc. annotations can be completed with Ctrl+Space * Non empty comments offer completion for function names * The completion panel shows now the localization for local variables * Hopefully fixed the "should not be null" assertion
3.0pre6
3.0pre5: Add simple comment handler for inserting * and completion fix
This fixes the missing completion for file-global functions. Additionally, this version includes a simple enter handler that inserts * automatically in multi-line comments.