Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Angle-brackets code completion annoyance #34

Closed
chrismiller opened this issue Oct 1, 2014 · 0 comments
Closed

Angle-brackets code completion annoyance #34

chrismiller opened this issue Oct 1, 2014 · 0 comments

Comments

@chrismiller
Copy link

If I'm typing a struct value or parameter that has angle brackets, typing the closing angle bracket ">" doesn't overwrite the one that was added automatically. That means if I just try to type in the following:

struct Foo {
  1:list<string> abc
}

I actually end up with this instead:

struct Foo {
  1:list<string> bar>
}

In a similar vein, when I type the closing } my code layout preferences are not taken in to account. Other languages will automatically move the } to the start of the line but Thrift will just insert the } at the current cursor position, giving me something like the following:

struct Foo {
  1:list<string> bar
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants