15

Is there a way to do this in IntelliJ or PyCharm

I have huge constants file and want to be able to easily read through it alphabetically.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Ray
  • 615
  • 7
  • 22
  • 4
    Under the Edit menu look for "Sort Lines"? What version are you using, do you have the String manipulation plugin installed? – Jason Aller Feb 05 '20 at 17:48

1 Answers1

23

Edit-> Sort Lines as my amigo above stated!

Ray
  • 615
  • 7
  • 22