Skip to content

Releases: chopeks/bb-idea-plugin

1.1.0

14 Jun 13:03

Choose a tag to compare

  • Compatibility update to Intellij version 2025.1+

1.0.7

13 Apr 15:29

Choose a tag to compare

  • made code completion less strict when it comes to where it works
  • added config functions to completion
  • fixed code completion not working in configs
  • fixed code completion being wonky in tables in some cases

1.0.6

13 Apr 12:57

Choose a tag to compare

  • adjusted formatter, fixed some indentation that were off
  • added more implicit directories for script reference solving

1.0.5

18 Mar 22:41

Choose a tag to compare

  • reworked string references a bit, should be less false positives when resolving resource references,
  • fixed some cases when param/local variables completion didn't work properly

1.0.4

17 Mar 15:22

Choose a tag to compare

  • added function parameters and local variables to code completion
  • added stubs for engine global functions and objects, refer to Readme how to setup

1.0.3

11 Feb 22:46

Choose a tag to compare

  • added different customizable color for strings with references,
  • improved responsiveness of code highlighting

1.0.2

09 Feb 23:00

Choose a tag to compare

  • added squirrel specific highlighting settings

1.0.1

09 Feb 15:48

Choose a tag to compare

  • fixed npe preventing code completion in hooks

1.0.0

07 Feb 21:48

Choose a tag to compare

  • various fixes to code completion and reference tracking,
  • added find usages when used on class name declaration,
  • added class syntax support,
  • added json like table syntax support,
  • fixed constructor keyword recognition,
  • fixed class name inspection,
  • added index for global variables,
  • added code completion for global variables,

1.0.0-beta.3

06 Feb 20:45

Choose a tag to compare

  • gfx and sound indexing redone