Mikael Konradsson

Results 11 issues of Mikael Konradsson

### Describe your request Right now my "main buffer" is the one that is effected by solaire-default-face. It would be good to be able to configure it the otherway around...

enhancement

After some investigation of my own swift-stuff for emacs I noticed that `"uname -a"` is different in iTerm compared to emacs shell. iTerm (rosetta) returns x86_64 while Emacs returns arm64....

I am writing a package for compiling and running apps using Emacs and I pipe the output from xcodebuild to xcbeautify but Emacs wont recognize the errors when this tool...

Looks like this repo is the one that is undergoing active development, maybe switch to this one? https://github.com/alex-pinkus/tree-sitter-swift

help wanted

I runned the make file and copied the .dylib file to tree-sitter-langs (elpa folder in emacs) + the queries. ``` tree-sitter-after-on-hook: (tsc-query-invalid-structure "(for_statement item: (simple_identifier) @variable) ^" (76 . 15)...

I managed to get some autocomplete working but not for properties of a class/struct. It also stops working very often. Does anyone have any pointers how to get it to...

I havent successfully configured company-sourcekit to work with other backends. It will always swallow their result. If I set company-sourcekit at the end of my list it wont start. Any...

1. Show file functions of the current file. I Includeed a file how xCode handles this. 2. Keyboard shortcut for 'Open Corresponding...' file 3. Option + Click on "Header.h" for...

enhancement

Instead of having the `simulator-id` and and` app-buindle-id `in my **init.el** Would it be possible to something like this instead? ``` (require 'dape) (dape-launch-debug-session :simulator-id "" :app-bundle-id "com.mycompany.app") ``` So...

I tried the complete version from documentation but with my current SDK. `sourcekitten complete --text "import UIKit ; UIColor." --offset 22 -- -target arm64-apple-ios16.0-simulator -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.0.sdk` :0: warning: using sysroot...