Thomas Kratz
Thomas Kratz
I would like to see files show up in front of other attributes on include/image/video autosuggestions. I would like to set up a PR using the sortOrder attribute. As @Mogztter...
# Description I think this is some regression, as it already has been fixed once in https://github.com/beautify-web/js-beautify/issues/1337 seems to be broken now. # Input The code looked like this before...
In the examples I can see things like: expect(fetch.mock.calls.length).toEqual(1) expect(fetch.mock.calls[0][0]).toEqual('https://google.com') unfortunately this is not defined in the typescript files.
**Affects:** 6.0.0 --- I have a simple controller that goes like ```java @PostMapping public ResponseEntity insert( @RequestBody @Valid CustomerApiDTO customerDTO) { var customerEntity = customerMapper.map(customerDTO); customerRepository.saveAndFlush(customerEntity); var uri = MvcUriComponentsBuilder.fromMethodCall(...
**Name of the lexer** html **Code sample** angular html templates may show the following attribute syntax: ``` #usernameFormControl="ngModel" ``` **Additional context** I could workaround by providing my own lexer with...
## Why the new feature should be added It's currently a showstopper for anyone who wants to use the plugin in a remote IDE. ## How the new feature should...
I build my app following your example with a separate UI for login. now if I'm logged out and open any (non-root) url from the main ui like http://localhost:8080/#!users I...
Currently MenuItem._click() seems to be tied to a contextMenu. If the parent is a menubar I guess it could fire a simple click event. (?) Unfortunately MenuBarRootItem has package scope,...
Sometimes eclipse includes the source jar in the launch and then we get lots of conflicts. Another option would be to create a source feature.
I can add the sources to my generated repo, but however I fail to attache them inside of eclipse? Can you give me any pointers please?