Skip to content

Releases: pjrt/stags

Nailgun fix

13 May 19:50
Compare
Choose a tag to compare

Fix an issue where Nailgun integration wasn't working due to how "current working directory" works with Nailgun.

Fix issue with non-alphanumeric tags

05 Mar 16:39
Compare
Choose a tag to compare

Fixes an issue with tags generated for symbols which are regex symbols (ie *).

Thanks @drxcc .

Fix issue with tags for macros

16 Feb 14:34
Compare
Choose a tag to compare

Fixed an issue where tags were not generated for macros.

0.3.0: New address!

12 Jan 23:20
Compare
Choose a tag to compare

#7: Changes the form of the address. Instead of using call cursor (which is brittle when the file changes), it uses /search/ along with \zs to place the cursor in the correct place.

#8: All implicit things are now added as static (when clashing, priority is given to the non-implicit tag). Implicit things (val, def, class and object) are rarely accessed via their tokens (using <C-]>) since they are often simply proofs for typeclasses and the like.