Nimble
Nimble copied to clipboard
Nimble is a lightweight native macOS editor based on everything we love about our favorite editors and IDEs.
Adding the ability to expand the debug area by dragging the entire header
1. Open file File.swift 2. Rename it to FileFile.swift Result: name is changed in folders, but isn't changed in tab title
1. Use Xcode 14 2. Run Nimble 3. Type code with errors Result: no errors are shown in problems and the code editor
Why no support for the latest Xcode?
It would be great to add a panel to the issues view with filtering buttons, as Visual Studio has. Later we can add a search field and additional filtering capabilities,...
I would suggest switching from the table representation to a tree-based, like in the VS Code. The main advantage is that it allows representation of all issues for an element.
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement. https://prql-lang.org/ https://github.com/PRQL/prql
Example code: ``` func foo() { let x = 10 x } ``` How to reproduce: 1. Move cursor before the 'x' character at line 3 2. Insert the 'b',...
Example code: ``` func foo() {} ``` How to reproduce: 1. Move cursor between '{' and '}' chracters 2. Press the Return button After step 2 the editor will insert...
Example code: ``` func foo() { let x = 10 } ``` How to reproduce: 1. Tap at the 'x' character on the line 2. 2. Move cursor past the...