myOmikron

Results 21 issues of myOmikron

Current state: ``` unittest { auto db = new dorm.DB( new dorm.Config( DBDriver.MySQL, "abc.def", "127.0.0.1", 3306, "user", "password" ) ); } ``` Expected behaviour: ``` unittest { auto db =...

bug
feature:keep_line_breaks

* [ ] abstract * [ ] alias * [ ] align * [ ] asm * [ ] assert * [ ] auto * [x] bool * [x] break...

enhancement

It seems like the current position in the popup is computed by just using counting commas. An array initialization will shop the wrong position in the popup: ![image](https://user-images.githubusercontent.com/39948112/175800157-44bc21f8-a593-496a-a867-7b52b85c60ed.png) As visible,...

bug

In goland it is possible to automatically fill struct fields: Before: ![image](https://user-images.githubusercontent.com/39948112/175119429-2aa7cfb9-50de-4f2b-8489-cc0eb25d371c.png) After: ![image](https://user-images.githubusercontent.com/39948112/175119581-5742578d-5a54-43c8-a8ed-88c44eb320bf.png)

enhancement

Taken from IntelliJ with Rust plugin. Before: ![image](https://user-images.githubusercontent.com/39948112/175121029-545fcb3a-3816-4290-b0bf-03606f14fc26.png) After: ![image](https://user-images.githubusercontent.com/39948112/175121117-129ee46a-997d-48fd-966a-85eb60bdfe1e.png)

enhancement

* [x] Simple return * [ ] Smart return (suggestions based on return type / name)

enhancement

to reproduce: `import ddbc;`, then try to autocomplete anything

bug